@font-face {
  font-family: COPRGTL;
  src: url("fonts/CopperplateGothic-Light.woff"), url("fonts/CopperplateGothic-Light.ttf"), url("fonts/CopperplateGothic-Light.svg"), url("fonts/COPRGTL_0.TTF.eot"); }
@keyframes move {
  0% {
    transform: rotateZ(0deg);
    left: 50%;
    opacity: 0; }
  100% {
    transform: rotateZ(-360deg);
    left: 50%;
    opacity: 1; } }
@media (max-width: 600px) {
  .position {
    display: none; } }
.swiper-slide {
  min-height: 0 !important; }

.w1265 {
  max-width: 1265px;
  margin: 0 auto; }

.w1200 {
  max-width: 1265px;
  margin: 0 auto; }

.w1415 {
  max-width: 1415px;
  margin: 0 auto; }

.w1270 {
  max-width: 1270px;
  margin: 0 auto; }

.header {
  width: 100%;
  height: 97px;
  border-top: 3px solid #FFB933;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100000; }
  @media print {
    .header {
      position: relative;
      z-index: 1; } }
  .header .header_cen {
    height: 97px; }
    .header .header_cen .logo {
      display: block;
      float: left;
      margin-top: 10px;
      max-height: 100%; }
      .header .header_cen .logo img {
        max-height: 100%;
        width: 85%;
        height: auto; }
    .header .header_cen .contact {
      float: right;
      width: 74px;
      height: 80px;
      margin-left: 20px;
      background: #ffa800; }
      @media print {
        .header .header_cen .contact {
          display: block; }
          .header .header_cen .contact a .text {
            color: #000; } }
      .header .header_cen .contact a {
        width: 100%;
        height: 100%;
        display: block; }
        .header .header_cen .contact a .ico {
          width: 100%;
          height: 30px;
          margin-top: 15px;
          background: url(../img/contact.png) no-repeat center center; }
        .header .header_cen .contact a .text {
          font-size: 12px;
          color: #fff;
          text-align: center;
          line-height: 18px; }
    .header .header_cen .search {
      width: 35px;
      height: 35px;
      margin-top: 33px;
      padding-right: 25px;
      float: right;
      transition: all 0.5s;
      position: relative;
      border-right: 1px solid #ccc; }
      @media (max-width: 850px) {
        .header .header_cen .search {
          display: none; } }
      .header .header_cen .search .sb-search {
        height: 35px;
        border-radius: 35px;
        position: absolute;
        overflow: hidden;
        right: 25px;
        background: #bcbcbc;
        top: 0;
        width: 35px;
        transition: all 0.5s; }
        .header .header_cen .search .sb-search.open {
          width: 150px; }
          .header .header_cen .search .sb-search.open .ico-search {
            z-index: 1 !important; }
          .header .header_cen .search .sb-search.open .submit {
            z-index: 10 !important; }
        .header .header_cen .search .sb-search .input {
          position: absolute;
          left: 0;
          top: 0;
          border: none;
          background: #bcbcbc;
          border-radius: 35px;
          height: 33px;
          font-size: 14px;
          color: #fff;
          line-height: 35px;
          text-indent: 1em;
          width: 100%; }
        .header .header_cen .search .sb-search .submit {
          width: 35px;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 35px;
          line-height: 35px;
          background: url(../img/search.png) no-repeat center center #bcbcbc;
          border: none;
          z-index: 1; }
        .header .header_cen .search .sb-search .icon-search {
          width: 35px;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          line-height: 35px;
          border-radius: 35px;
          background: url(../img/search.png) no-repeat center center #bcbcbc;
          border: none;
          z-index: 2; }
    .header .header_cen .nav {
      float: left;
      margin-left: 200px; }
      @media print {
        .header .header_cen .nav {
          display: block; } }
      .header .header_cen .nav li:last-child {
        background: none; }
      .header .header_cen .nav li {
        width: 120px;
        height: 77px;
        float: left;
        padding-top: 20px;
        background: url(../img/l.png) no-repeat right center; }
        .header .header_cen .nav li.active .border {
          width: 100%;
          opacity: 1; }
        @media (min-width: 1024px) {
          .header .header_cen .nav li:hover .border {
            width: 100%;
            opacity: 1; }
          .header .header_cen .nav li:hover .slider10 {
            display: block; }
          .header .header_cen .nav li:hover a .ico {
            transform: translateY(-5px); } }
        .header .header_cen .nav li > a {
          width: 100%;
          height: 75px;
          display: block; }
          .header .header_cen .nav li > a .ico {
            width: 100%;
            transition: all 0.3s;
            height: 35px; }
            .header .header_cen .nav li > a .ico.home {
              background: url(../img/home.png) no-repeat center center; }
            .header .header_cen .nav li > a .ico.ab {
              background: url(../img/about.png) no-repeat center center; }
            .header .header_cen .nav li > a .ico.yx {
              background: url(../img/yx.png) no-repeat center center; }
            .header .header_cen .nav li > a .ico.join {
              background: url(../img/join.png) no-repeat center center; }
            .header .header_cen .nav li > a .ico.news {
              background: url(../img/news.png) no-repeat center center; }
          .header .header_cen .nav li > a .text {
            font-size: 13px;
            color: #727272;
            text-align: center; }
        .header .header_cen .nav li .border {
          width: 0%;
          height: 5px;
          background: #ffa800;
          transition: all 0.7s;
          opacity: 0;
          position: relative;
          z-index: 999;
          top: -3px; }
          @media (max-width: 1150px) {
            .header .header_cen .nav li .border {
              top: -8px; } }
        .header .header_cen .nav li .slider10 {
          width: 100%;
          height: auto;
          background: url(../img/bg.png) no-repeat;
          background-size: 100% 100%;
          position: absolute;
          left: 0;
          display: none;
          top: 94px;
          z-index: 200; }
          .header .header_cen .nav li .slider10 .cont {
            height: auto;
            margin: 0 auto; }
            .header .header_cen .nav li .slider10 .cont .cont_l {
              float: left; }
              .header .header_cen .nav li .slider10 .cont .cont_l img {
                width: 100%;
                height: auto; }
            .header .header_cen .nav li .slider10 .cont .cont_r {
              float: left;
              margin-left: 80px; }
              .header .header_cen .nav li .slider10 .cont .cont_r .tit {
                font-size: 20px;
                color: #666;
                padding-top: 50px;
                width: 685px;
                padding-bottom: 4px;
                border-bottom: 1px solid #e7e4de; }
              .header .header_cen .nav li .slider10 .cont .cont_r .classification {
                width: 685px;
                height: auto;
                padding-top: 32px; }
                .header .header_cen .nav li .slider10 .cont .cont_r .classification a {
                  padding-left: 15px;
                  font-size: 14px;
                  color: #666;
                  display: inline-block !important s;
                  padding-right: 45px;
                  transition: all 0.5s;
                  background: url(../img/s.png) no-repeat left center; }
                  @media (min-width: 1024px) {
                    .header .header_cen .nav li .slider10 .cont .cont_r .classification a:hover {
                      color: #FFB933;
                      background-position: 5px center; } }
    .header .header_cen .push-line {
      width: 13.5%;
      height: 67px;
      float: right;
      padding-top: 30px;
      background: #ffa800;
      display: none; }
      .header .header_cen .push-line span {
        width: 50%;
        height: 3px;
        background: #fff;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .header .header_cen .currentDd .line-1 {
      width: 50px;
      transform: translate(0px, 15px) rotate(45deg); }
    .header .header_cen .currentDd .line-2 {
      width: 0; }
    .header .header_cen .currentDd .line-3 {
      width: 50px;
      transform: translate(0px, -14px) rotate(-45deg); }
  @media (max-width: 1465px) {
    .header {
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .header .header_cen .nav {
        float: left;
        margin-left: 100px; }
        .header .header_cen .nav li {
          width: 120px;
          height: 75px;
          float: left;
          padding-top: 22px;
          background: url(../img/l.png) no-repeat right center; }
          .header .header_cen .nav li > a {
            width: 100%;
            height: 75px;
            display: block; }
            .header .header_cen .nav li > a .ico {
              width: 100%;
              height: 35px; }
              .header .header_cen .nav li > a .ico.home {
                background: url(../img/home.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.ab {
                background: url(../img/about.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.yx {
                background: url(../img/yx.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.join {
                background: url(../img/join.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.news {
                background: url(../img/news.png) no-repeat center center; }
            .header .header_cen .nav li > a .text {
              font-size: 13px;
              color: #727272;
              text-align: center; }
          .header .header_cen .nav li .border {
            top: -8px; }
          .header .header_cen .nav li .slider10 {
            width: 100%;
            height: auto;
            background: url(../img/bg.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            padding-bottom: 65px;
            display: none;
            z-index: 200; }
            .header .header_cen .nav li .slider10 .cont {
              height: auto;
              margin: 0 auto; }
              .header .header_cen .nav li .slider10 .cont .cont_l {
                float: left; }
                .header .header_cen .nav li .slider10 .cont .cont_l img {
                  width: 100%;
                  height: auto; }
              .header .header_cen .nav li .slider10 .cont .cont_r {
                float: left;
                margin-left: 0px !important;
                width: 600px !important; }
                .header .header_cen .nav li .slider10 .cont .cont_r .tit {
                  font-size: 20px;
                  color: #666;
                  padding-top: 50px;
                  width: 685px;
                  padding-bottom: 4px;
                  border-bottom: 1px solid #e7e4de; }
                .header .header_cen .nav li .slider10 .cont .cont_r .classification {
                  width: 685px;
                  height: auto;
                  padding-top: 32px; }
                  .header .header_cen .nav li .slider10 .cont .cont_r .classification a {
                    padding-left: 15px;
                    font-size: 14px;
                    color: #666;
                    display: inline-block !important s;
                    padding-right: 45px;
                    background: url(../img/s.png) no-repeat left center; } }
  @media (min-width: 1024px) and (max-width: 1150px) {
    .header {
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .header .header_cen .contact {
        float: right;
        width: 74px;
        height: 80px;
        margin-left: 20px;
        background: #ffa800; }
        .header .header_cen .contact a {
          width: 100%;
          height: 100%;
          display: block; }
          .header .header_cen .contact a .ico {
            width: 100%;
            height: 30px;
            margin-top: 15px;
            background: url(../img/contact.png) no-repeat center center; }
          .header .header_cen .contact a .text {
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 18px; }
      .header .header_cen .search {
        margin-right: 0px;
        padding-right: 15px; }
      .header .header_cen .nav {
        float: left;
        margin-left: 50px; }
        .header .header_cen .nav li {
          width: 120px;
          height: 75px;
          float: left;
          padding-top: 22px;
          background: url(../img/l.png) no-repeat right center; }
          .header .header_cen .nav li > a {
            width: 100%;
            height: 75px;
            display: block; }
            .header .header_cen .nav li > a .ico {
              width: 100%;
              height: 35px; }
              .header .header_cen .nav li > a .ico.home {
                background: url(../img/home.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.ab {
                background: url(../img/about.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.yx {
                background: url(../img/yx.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.join {
                background: url(../img/join.png) no-repeat center center; }
              .header .header_cen .nav li > a .ico.news {
                background: url(../img/news.png) no-repeat center center; }
            .header .header_cen .nav li > a .text {
              font-size: 13px;
              color: #727272;
              text-align: center; }
          .header .header_cen .nav li .slider10 {
            width: 100%;
            height: auto;
            background: url(../img/bg.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            padding-bottom: 65px;
            display: none;
            z-index: 200; }
            .header .header_cen .nav li .slider10 .cont {
              height: auto;
              margin: 0 auto; }
              .header .header_cen .nav li .slider10 .cont .cont_l {
                float: left; }
                .header .header_cen .nav li .slider10 .cont .cont_l img {
                  width: 100%;
                  height: auto; }
              .header .header_cen .nav li .slider10 .cont .cont_r {
                float: left; }
                .header .header_cen .nav li .slider10 .cont .cont_r .tit {
                  font-size: 20px;
                  color: #666;
                  padding-top: 50px;
                  width: 685px;
                  padding-bottom: 4px;
                  border-bottom: 1px solid #e7e4de; }
                .header .header_cen .nav li .slider10 .cont .cont_r .classification {
                  width: 685px;
                  height: auto;
                  padding-top: 32px; }
                  .header .header_cen .nav li .slider10 .cont .cont_r .classification a {
                    padding-left: 15px;
                    font-size: 14px;
                    color: #666;
                    display: inline-block !important s;
                    padding-right: 45px;
                    background: url(../img/s.png) no-repeat left center; } }
  @media (min-width: 950px) and (max-width: 1024px) {
    .header {
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .header .header_cen .contact {
        float: right;
        width: 74px;
        height: 80px;
        margin-left: 10px;
        background: #ffa800; }
        .header .header_cen .contact a {
          width: 100%;
          height: 100%;
          display: block; }
          .header .header_cen .contact a .ico {
            width: 100%;
            height: 30px;
            margin-top: 15px;
            background: url(../img/contact.png) no-repeat center center; }
          .header .header_cen .contact a .text {
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 18px; }
      .header .header_cen .nav {
        float: left;
        margin-left: 50px; }
        .header .header_cen .nav li {
          width: 100px;
          height: 75px;
          float: left;
          padding-top: 22px;
          background: url(../img/l.png) no-repeat right center; }
          .header .header_cen .nav li.active .border {
            width: 100%;
            opacity: 1; }
          .header .header_cen .nav li > a {
            width: 100%;
            height: 75px;
            display: block; }
            .header .header_cen .nav li > a .ico {
              width: 100%;
              height: 35px; }
              .header .header_cen .nav li > a .ico.home {
                background: url(../img/home.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.ab {
                background: url(../img/about.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.yx {
                background: url(../img/yx.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.join {
                background: url(../img/join.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.news {
                background: url(../img/news.png) no-repeat center center;
                background-size: contain; }
            .header .header_cen .nav li > a .text {
              font-size: 13px;
              color: #727272;
              text-align: center; }
          .header .header_cen .nav li .slider10 {
            width: 100%;
            height: auto;
            background: url(../img/bg.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            padding-bottom: 65px;
            display: none;
            z-index: 200; }
            .header .header_cen .nav li .slider10 .cont {
              height: auto;
              margin: 0 auto; }
              .header .header_cen .nav li .slider10 .cont .cont_l {
                float: left; }
                .header .header_cen .nav li .slider10 .cont .cont_l img {
                  width: 100%;
                  height: auto; }
              .header .header_cen .nav li .slider10 .cont .cont_r {
                float: left;
                margin-left: 80px; }
                .header .header_cen .nav li .slider10 .cont .cont_r .tit {
                  font-size: 20px;
                  color: #666;
                  padding-top: 50px;
                  width: 685px;
                  padding-bottom: 4px;
                  border-bottom: 1px solid #e7e4de; }
                .header .header_cen .nav li .slider10 .cont .cont_r .classification {
                  width: 685px;
                  height: auto;
                  padding-top: 32px; }
                  .header .header_cen .nav li .slider10 .cont .cont_r .classification a {
                    padding-left: 15px;
                    font-size: 14px;
                    color: #666;
                    display: inline-block !important s;
                    padding-right: 45px;
                    background: url(../img/s.png) no-repeat left center; } }
  @media (min-width: 815px) and (max-width: 950px) {
    .header {
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .header .header_cen .contact {
        float: right;
        width: 74px;
        height: 80px;
        margin-left: 10px;
        background: #ffa800; }
        .header .header_cen .contact a {
          width: 100%;
          height: 100%;
          display: block; }
          .header .header_cen .contact a .ico {
            width: 100%;
            height: 30px;
            margin-top: 15px;
            background: url(../img/contact.png) no-repeat center center; }
          .header .header_cen .contact a .text {
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 18px; }
      .header .header_cen .nav {
        float: left;
        margin-left: 20px; }
        .header .header_cen .nav li {
          width: 90px;
          height: 75px;
          float: left;
          padding-top: 22px;
          background: url(../img/l.png) no-repeat right center; }
          .header .header_cen .nav li.active .border {
            width: 100%;
            opacity: 1; }
          .header .header_cen .nav li > a {
            width: 100%;
            height: 75px;
            display: block; }
            .header .header_cen .nav li > a .ico {
              width: 100%;
              height: 35px; }
              .header .header_cen .nav li > a .ico.home {
                background: url(../img/home.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.ab {
                background: url(../img/about.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.yx {
                background: url(../img/yx.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.join {
                background: url(../img/join.png) no-repeat center center;
                background-size: contain; }
              .header .header_cen .nav li > a .ico.news {
                background: url(../img/news.png) no-repeat center center;
                background-size: contain; }
            .header .header_cen .nav li > a .text {
              font-size: 13px;
              color: #727272;
              text-align: center; }
          .header .header_cen .nav li .slider10 {
            width: 100%;
            height: auto;
            background: url(../img/bg.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            padding-bottom: 65px;
            display: none;
            z-index: 200; }
            .header .header_cen .nav li .slider10 .cont {
              height: auto;
              margin: 0 auto; }
              .header .header_cen .nav li .slider10 .cont .cont_l {
                float: left; }
                .header .header_cen .nav li .slider10 .cont .cont_l img {
                  width: 100%;
                  height: auto; }
              .header .header_cen .nav li .slider10 .cont .cont_r {
                float: left;
                margin-left: 80px; }
                .header .header_cen .nav li .slider10 .cont .cont_r .tit {
                  font-size: 20px;
                  color: #666;
                  padding-top: 50px;
                  width: 685px;
                  padding-bottom: 4px;
                  border-bottom: 1px solid #e7e4de; }
                .header .header_cen .nav li .slider10 .cont .cont_r .classification {
                  width: 685px;
                  height: auto;
                  padding-top: 32px; }
                  .header .header_cen .nav li .slider10 .cont .cont_r .classification a {
                    padding-left: 15px;
                    font-size: 14px;
                    color: #666;
                    display: inline-block !important s;
                    padding-right: 45px;
                    background: url(../img/s.png) no-repeat left center; } }
  @media (min-width: 640px) and (max-width: 815px) {
    .header {
      padding: 0 0 0 20px;
      width: 100%;
      height: 80px;
      box-sizing: border-box; }
      .header .header_cen {
        height: 77px; }
        .header .header_cen .logo {
          width: 108px;
          line-height: 77px;
          margin-top: 0; }
        .header .header_cen .contact {
          display: none; }
        .header .header_cen .search {
          display: none; }
        .header .header_cen .nav {
          display: none; }
        .header .header_cen .push-line {
          display: block;
          height: 57px;
          padding-top: 20px; } }
  @media (min-width: 415px) and (max-width: 640px) {
    .header {
      padding: 0 0 0 20px;
      width: 100%;
      height: 80px;
      box-sizing: border-box; }
      .header .header_cen {
        height: 77px; }
        .header .header_cen .logo {
          width: 96px;
          margin: 0;
          line-height: 77px; }
        .header .header_cen .contact {
          display: none; }
        .header .header_cen .search {
          display: none; }
        .header .header_cen .nav {
          display: none; }
        .header .header_cen .push-line {
          display: block;
          height: 57px;
          padding-top: 20px;
          width: 16.5%; } }
  @media (min-width: 375px) and (max-width: 415px) {
    .header {
      padding: 0 0 0 20px;
      width: 100%;
      height: 60px;
      box-sizing: border-box; }
      .header .header_cen {
        height: 57px; }
        .header .header_cen .logo {
          line-height: 53px;
          width: 80px;
          height: auto;
          margin-top: 0; }
          .header .header_cen .logo img {
            width: 100%;
            height: auto;
            vertical-align: middle; }
        .header .header_cen .contact {
          display: none; }
        .header .header_cen .search {
          display: none; }
        .header .header_cen .nav {
          display: none; }
        .header .header_cen .push-line {
          width: 23%;
          display: block;
          width: 23%;
          height: 42px;
          padding-top: 15px;
          background: #ffa800;
          display: block; }
          .header .header_cen .push-line span {
            width: 50%;
            height: 3px;
            background: #fff;
            margin: 0 auto;
            display: block;
            margin-bottom: 7px;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .header .header_cen .currentDd .line-1 {
          width: 50%;
          transform: translate(0px, 13px) rotate(45deg); }
        .header .header_cen .currentDd .line-2 {
          width: 0; }
        .header .header_cen .currentDd .line-3 {
          width: 50%;
          transform: translate(0px, -7px) rotate(-45deg); } }
  @media (min-width: 320px) and (max-width: 375px) {
    .header {
      padding: 0 0 0 20px;
      width: 100%;
      height: 60px;
      box-sizing: border-box; }
      .header .header_cen {
        height: 57px; }
        .header .header_cen .logo {
          width: 80px;
          height: auto;
          margin-top: 3px; }
          .header .header_cen .logo img {
            width: 100%;
            height: auto;
            vertical-align: middle; }
        .header .header_cen .contact {
          display: none; }
        .header .header_cen .search {
          display: none; }
        .header .header_cen .nav {
          display: none; }
        .header .header_cen .push-line {
          width: 23%;
          height: 43px;
          float: right;
          padding-top: 14px;
          background: #ffa800;
          display: block; }
          .header .header_cen .push-line span {
            width: 50%;
            height: 3px;
            background: #fff;
            margin: 0 auto;
            display: block;
            margin-bottom: 7px;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .header .header_cen .currentDd .line-1 {
          width: 50%;
          transform: translate(0px, 13px) rotate(45deg); }
        .header .header_cen .currentDd .line-2 {
          width: 0; }
        .header .header_cen .currentDd .line-3 {
          width: 50%;
          transform: translate(0px, -7px) rotate(-45deg); } }

.main {
  width: 100%;
  height: auto; }
  @media (max-width: 1920px) {
    .main {
      padding-top: 100px; } }
  @media (max-width: 1150px) {
    .main {
      padding-top: 80px !important; } }
  @media (max-width: 415px) {
    .main {
      padding-top: 60px !important; } }
  .main.welcome {
    width: 100%;
    height: auto; }
    .main.welcome .banner {
      width: 100%;
      height: 600px;
      position: relative;
      overflow: hidden; }
      @media print {
        .main.welcome .banner {
          display: none; } }
      @media (max-width: 1024px) {
        .main.welcome .banner {
          display: none; } }
      .main.welcome .banner .mask10 {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7); }
      .main.welcome .banner > ul {
        height: 600px;
        position: relative; }
        .main.welcome .banner > ul li {
          height: 600px;
          float: left;
          background-size: contain; }
          .main.welcome .banner > ul li a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative; }
      .main.welcome .banner .slide {
        width: 100%;
        height: auto;
        bottom: 35px;
        right: 0;
        z-index: 999;
        z-index: 10;
        position: absolute; }
        .main.welcome .banner .slide ul {
          width: 1265px;
          height: auto;
          text-align: right; }
          .main.welcome .banner .slide ul li {
            width: 163px;
            height: 75px;
            display: inline-block;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            z-index: 1000;
            box-sizing: border-box; }
            .main.welcome .banner .slide ul li.current {
              border: 3px solid #ffa700;
              transform: translateY(-10px); }
              .main.welcome .banner .slide ul li.current .mask2 {
                opacity: 0; }
            @media (max-width: 1024px) {
              .main.welcome .banner .slide ul li:hover {
                border: 3px solid #ffa700;
                transform: translateY(-10px); }
                .main.welcome .banner .slide ul li:hover .mask2 {
                  opacity: 0; } }
            .main.welcome .banner .slide ul li img {
              width: 100%;
              height: 100%; }
            .main.welcome .banner .slide ul li .mask2 {
              width: 100%;
              height: 100%;
              background: #000;
              opacity: 0.7;
              position: absolute;
              left: 0;
              top: 0;
              transition: all 0.7s; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.welcome .banner .slide {
          width: 100%;
          padding: 0 20px;
          box-sizing: border-box;
          height: auto;
          bottom: 35px;
          right: 0;
          z-index: 999;
          z-index: 10;
          position: absolute; }
          .main.welcome .banner .slide ul {
            width: 100%;
            height: auto;
            text-align: right; }
            .main.welcome .banner .slide ul li {
              width: 163px;
              height: 75px;
              display: inline-block;
              overflow: hidden;
              position: relative;
              z-index: 1000;
              box-sizing: border-box; }
              .main.welcome .banner .slide ul li img {
                width: 100%;
                height: 100%; }
              .main.welcome .banner .slide ul li .mask2 {
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.7;
                position: absolute;
                left: 0;
                top: 0;
                transition: all 0.7s; } }
    .main.welcome .banner_mobile {
      width: 100%;
      height: auto;
      display: none; }
      @media (max-width: 1024px) {
        .main.welcome .banner_mobile {
          display: block; } }
      @media print {
        .main.welcome .banner_mobile {
          width: 70%;
          height: auto; } }
      .main.welcome .banner_mobile .swiper-wrapper {
        width: 100%;
        height: auto; }
        .main.welcome .banner_mobile .swiper-wrapper .swiper-slide {
          width: 100%;
          height: auto; }
          .main.welcome .banner_mobile .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
    .main.welcome .content {
      width: 100%;
      height: auto;
      margin-top: 70px;
      padding-bottom: 65px; }
      .main.welcome .content > .news_tit {
        width: 100%;
        height: auto;
        text-align: center;
        background: url(../img/tbg.png) no-repeat center center;
        margin: 0 auto 50px auto;
        display: none; }
        @media (max-width: 1024px) {
          .main.welcome .content > .news_tit {
            display: block; } }
        .main.welcome .content > .news_tit .text {
          font-size: 30px;
          color: #333;
          line-height: 30px; }
        .main.welcome .content > .news_tit .en {
          font-size: 12px;
          color: #666;
          opacity: 0.5;
          line-height: 22px;
          text-align: center;
          font-family: Arial; }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.welcome .content > .news_tit {
            width: 80%;
            height: auto;
            margin: 0 auto 20px auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .content > .news_tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.welcome .content > .news_tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.welcome .content > .news_tit {
            width: 80%;
            height: auto;
            margin: 0 auto 25px auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .content > .news_tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.welcome .content > .news_tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.welcome .content > .news_tit {
            width: 80%;
            height: auto;
            margin: 0 auto 35px auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .content > .news_tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.welcome .content > .news_tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.welcome .content > .news_tit {
            width: 80%;
            height: auto;
            margin: 0 auto 40px auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .content > .news_tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.welcome .content > .news_tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
            .main.welcome .content > .news_tit > .tit {
              background: url(../img/tbg.png) no-repeat center center; }
              .main.welcome .content > .news_tit > .tit .text {
                font-size: 26px;
                line-height: 26px; }
              .main.welcome .content > .news_tit > .tit .en {
                font-size: 12px;
                line-height: 18px; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.welcome .content > .news_tit {
            width: 100%;
            height: auto;
            text-align: center;
            margin: 0 auto 45px auto;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.welcome .content > .news_tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.welcome .content > .news_tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
      .main.welcome .content .content-swiper {
        width: 100%;
        height: auto;
        display: none; }
        .main.welcome .content .content-swiper .swiper-wrapper {
          width: 100%;
          height: auto; }
          .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            border-left: 2px solid #f4f4f4; }
            .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a {
              width: 100%;
              height: auto;
              display: block;
              position: relative; }
              .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .tu {
                width: 100%;
                height: auto;
                overflow: hidden; }
                .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .tu img {
                  width: 100%;
                  height: auto; }
              .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes {
                width: 88%;
                height: 30%;
                padding: 0 6%;
                position: absolute;
                left: 0;
                bottom: 0;
                background: url(../img/nbg.png) no-repeat;
                background-size: 100% 100%; }
                .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes .tit {
                  font-size: 21px;
                  color: #fff;
                  line-height: 35px;
                  padding-top: 10px;
                  text-overflow: -o-ellipsis-lastline;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical; }
      .main.welcome .content .content_l {
        float: left;
        width: 62.8%;
        height: auto; }
        @media (max-width: 750px) {
          .main.welcome .content .content_l {
            display: none; } }
        .main.welcome .content .content_l .month {
          width: 19.5%;
          height: 100%;
          float: left;
          background: #ffa800; }
          .main.welcome .content .content_l .month .ctrl-mon {
            font-size: 12px;
            color: #fff;
            font-family: Arial;
            text-align: center;
            padding-top: 70px; }
          .main.welcome .content .content_l .month .ctrl-mon-mun {
            font-size: 68px;
            color: #fff;
            text-align: center;
            font-family: Arial;
            line-height: 75px; }
          .main.welcome .content .content_l .month i {
            width: 23px;
            height: 4px;
            background: #ffd585;
            display: block;
            margin: 8px auto 0 auto; }
          .main.welcome .content .content_l .month .ctrl-title {
            font-size: 16px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            padding-top: 10px; }
          .main.welcome .content .content_l .month .ctrl {
            width: 100%;
            height: auto;
            margin-top: 40px;
            text-align: center; }
            @media (max-width: 900px) {
              .main.welcome .content .content_l .month .ctrl {
                margin-top: 10px; } }
            @media (max-width: 800px) {
              .main.welcome .content .content_l .month .ctrl {
                margin-top: 3px; } }
            .main.welcome .content .content_l .month .ctrl a {
              width: 8px;
              height: 8px;
              background: #fff;
              border-radius: 50%;
              display: inline-block;
              border: 2px solid #ffa800;
              margin: 0px 3px 0 3px; }
              .main.welcome .content .content_l .month .ctrl a.cur {
                width: 8px;
                height: 8px;
                background: none;
                border: 2px solid #fff;
                margin-left: 3px;
                margin-right: 3px; }
        .main.welcome .content .content_l .wrap {
          width: 80.5%;
          height: 100%;
          float: left;
          overflow: hidden; }
          .main.welcome .content .content_l .wrap ul {
            height: 100%;
            position: relative; }
            .main.welcome .content .content_l .wrap ul li {
              height: 100%;
              float: left;
              border-left: 2px solid #f4f4f4;
              box-sizing: border-box; }
              @media (min-width: 1024px) {
                .main.welcome .content .content_l .wrap ul li:hover a .mes .bg {
                  height: 100%; } }
              .main.welcome .content .content_l .wrap ul li a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative; }
                .main.welcome .content .content_l .wrap ul li a .tu {
                  width: 100%;
                  height: 100%;
                  overflow: hidden; }
                  .main.welcome .content .content_l .wrap ul li a .tu img {
                    width: 100%;
                    height: 100%; }
                .main.welcome .content .content_l .wrap ul li a .mes {
                  width: 86%;
                  height: 37%;
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  padding: 0 7%;
                  z-index: 10; }
                  .main.welcome .content .content_l .wrap ul li a .mes .hbg {
                    width: 100%;
                    height: 100%;
                    background: url(../img/nbg.png) no-repeat;
                    background-size: 100% 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0; }
                  .main.welcome .content .content_l .wrap ul li a .mes .tit {
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                    padding-top: 15px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: relative;
                    z-index: 11; }
                  .main.welcome .content .content_l .wrap ul li a .mes .cont {
                    font-size: 12px;
                    color: #fff;
                    padding-top: 6px;
                    opacity: 0.8;
                    line-height: 18px;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    position: relative;
                    z-index: 11;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical; }
                  .main.welcome .content .content_l .wrap ul li a .mes .year {
                    font-size: 12px;
                    text-align: right;
                    color: #999;
                    opacity: 0.6;
                    line-height: 26px; }
                  .main.welcome .content .content_l .wrap ul li a .mes .bg {
                    width: 100%;
                    height: 0%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    background: #ffa800;
                    opacity: 1;
                    z-index: 10;
                    transition: all 0.5s; }
      .main.welcome .content .content_r {
        width: 32%;
        height: 100%;
        float: right;
        background: #fafafa;
        padding: 0 2%;
        position: relative; }
        .main.welcome .content .content_r .more {
          width: 85px;
          height: 85px;
          background: url(../img/gg.png) no-repeat;
          position: absolute;
          right: 0;
          top: 0; }
        .main.welcome .content .content_r .hot {
          width: 100%;
          height: auto;
          padding-bottom: 15px;
          padding-top: 28px;
          border-bottom: 1px solid #e8e8e8; }
          .main.welcome .content .content_r .hot a {
            width: 100%;
            height: auto;
            display: block; }
            .main.welcome .content .content_r .hot a .t {
              font-size: 20px;
              color: #0fa5d9;
              font-weight: bold;
              line-height: 30px; }
            .main.welcome .content .content_r .hot a .con {
              font-size: 14px;
              color: #333;
              opacity: 0.5;
              line-height: 20px;
              padding-top: 7px; }
            .main.welcome .content .content_r .hot a .year {
              font-size: 13px;
              color: #333;
              opacity: 0.3;
              text-align: right;
              line-height: 13px; }
        .main.welcome .content .content_r .newsBox {
          width: 100%;
          height: auto; }
          .main.welcome .content .content_r .newsBox .newsBoxlist {
            width: 100%;
            height: auto;
            padding-top: 14px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist li {
              width: 100%;
              height: auto;
              overflow: hidden;
              line-height: 32px;
              background: url(../img/y.png) no-repeat 5px center; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li a {
                width: 100%;
                height: auto;
                display: block; }
                @media (min-width: 1024px) {
                  .main.welcome .content .content_r .newsBox .newsBoxlist li a:hover .text {
                    font-weight: bold; } }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                  font-size: 14px;
                  color: #666;
                  float: left;
                  transition: all 0.3s;
                  padding-left: 22px; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                  float: right;
                  font-size: 13px;
                  color: #333;
                  opacity: 0.3; }
      @media (max-width: 1265px) {
        .main.welcome .content {
          padding: 0 20px;
          box-sizing: border-box;
          width: 80%;
          margin: 0 auto;
          padding-top: 60px;
          padding-bottom: 60px; }
          .main.welcome .content .content_l {
            width: 100%;
            float: none; }
            .main.welcome .content .content_l .month {
              width: 19.5%; }
              .main.welcome .content .content_l .month .ctrl-mon {
                font-size: 12px;
                padding-top: 70px; }
              .main.welcome .content .content_l .month .ctrl-mon-mun {
                font-size: 68px;
                line-height: 75px; }
              .main.welcome .content .content_l .month .ctrl-title {
                font-size: 16px;
                padding-top: 10px; }
            .main.welcome .content .content_l .wrap {
              width: 80.5%; }
              .main.welcome .content .content_l .wrap ul li a .mes {
                width: 86%;
                height: 35%;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 0 7%; }
                .main.welcome .content .content_l .wrap ul li a .mes .tit {
                  font-size: 14px;
                  color: #fff;
                  padding-top: 15px; }
                .main.welcome .content .content_l .wrap ul li a .mes .cont {
                  font-size: 12px;
                  padding-top: 6px; }
                .main.welcome .content .content_l .wrap ul li a .mes .year {
                  font-size: 12px;
                  line-height: 26px; }
          .main.welcome .content .content_r {
            width: 90%;
            float: none;
            padding: 0 5% 50px 5%;
            margin-top: 20px; }
            .main.welcome .content .content_r .more {
              width: 85px;
              height: 85px;
              background: url(../img/gg.png) no-repeat; }
            .main.welcome .content .content_r .hot {
              width: 100%;
              height: auto;
              padding-bottom: 15px;
              padding-top: 28px; }
              .main.welcome .content .content_r .hot a {
                width: 100%;
                height: auto;
                display: block; }
                .main.welcome .content .content_r .hot a .t {
                  font-size: 20px;
                  line-height: 30px; }
                .main.welcome .content .content_r .hot a .con {
                  font-size: 14px;
                  line-height: 20px;
                  padding-top: 7px; }
                .main.welcome .content .content_r .hot a .year {
                  font-size: 13px;
                  line-height: 13px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist {
              padding-top: 14px; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li {
                line-height: 32px;
                background: url(../img/y.png) no-repeat 5px center; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                  font-size: 14px;
                  color: #666;
                  float: left;
                  padding-left: 22px; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                  font-size: 13px; } }
      @media (max-width: 1000px) {
        .main.welcome .content {
          padding-top: 60px; }
          .main.welcome .content .content_l {
            width: 100%; }
            .main.welcome .content .content_l .month {
              width: 19.5%;
              height: 100%;
              float: left;
              background: #ffa800; }
              .main.welcome .content .content_l .month .ctrl-mon {
                font-size: 12px;
                color: #fff;
                font-family: Arial;
                text-align: center;
                padding-top: 40px; }
              .main.welcome .content .content_l .month .ctrl-mon-mun {
                font-size: 50px;
                color: #fff;
                text-align: center;
                font-family: Arial;
                line-height: 70px; }
              .main.welcome .content .content_l .month i {
                width: 23px;
                height: 4px;
                background: #ffd585;
                display: block;
                margin: 8px auto 0 auto; }
              .main.welcome .content .content_l .month .ctrl-title {
                font-size: 16px;
                text-align: center;
                color: #fff;
                font-weight: bold;
                padding-top: 10px; }
              .main.welcome .content .content_l .month .ctrl {
                width: 100%;
                height: auto;
                text-align: center; }
                .main.welcome .content .content_l .month .ctrl a {
                  width: 8px;
                  height: 8px;
                  background: #fff;
                  border-radius: 50%;
                  display: inline-block;
                  border: 2px solid #ffa800;
                  margin: 0px 3px 0 3px; }
                  .main.welcome .content .content_l .month .ctrl a.cur {
                    width: 8px;
                    height: 8px;
                    background: none;
                    border: 2px solid #fff;
                    margin-left: 3px;
                    margin-right: 3px; }
            .main.welcome .content .content_l .wrap {
              width: 80.5%; }
              .main.welcome .content .content_l .wrap ul li a .mes {
                width: 86%;
                height: 45%;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 0 7%; }
                .main.welcome .content .content_l .wrap ul li a .mes .tit {
                  font-size: 14px;
                  color: #fff;
                  padding-top: 10px; }
                .main.welcome .content .content_l .wrap ul li a .mes .cont {
                  font-size: 12px;
                  padding-top: 5px; }
                .main.welcome .content .content_l .wrap ul li a .mes .year {
                  font-size: 12px;
                  line-height: 26px; }
          .main.welcome .content .content_r {
            width: 85%;
            float: none;
            padding: 0 7.5% 50px 7.5%;
            margin-top: 20px; }
            .main.welcome .content .content_r .more {
              width: 85px;
              height: 85px;
              background: url(../img/gg.png) no-repeat; }
            .main.welcome .content .content_r .hot {
              width: 100%;
              height: auto;
              padding-bottom: 15px;
              padding-top: 28px; }
              .main.welcome .content .content_r .hot a {
                width: 100%;
                height: auto;
                display: block; }
                .main.welcome .content .content_r .hot a .t {
                  font-size: 20px;
                  line-height: 30px; }
                .main.welcome .content .content_r .hot a .con {
                  font-size: 14px;
                  line-height: 20px;
                  padding-top: 7px; }
                .main.welcome .content .content_r .hot a .year {
                  font-size: 13px;
                  line-height: 13px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist {
              padding-top: 0px; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li {
                height: 65px;
                line-height: 65px;
                border-bottom: 1px solid #e8e8e8;
                background: url(../img/y.png) no-repeat 5px center; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                  font-size: 14px;
                  color: #666;
                  float: left;
                  padding-left: 22px; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                  font-size: 13px; } }
      @media (max-width: 750px) {
        .main.welcome .content {
          width: 100%;
          padding-bottom: 50px;
          padding-top: 50px; }
          .main.welcome .content .content_l {
            display: none; }
          .main.welcome .content .content-swiper {
            display: block; }
          .main.welcome .content .content_r {
            padding: 0 6% 50px 7%;
            width: 87%; }
            .main.welcome .content .content_r .more {
              width: 85px;
              height: 85px; }
            .main.welcome .content .content_r .hot {
              width: 100%;
              height: auto;
              padding-bottom: 15px;
              padding-top: 28px; }
              .main.welcome .content .content_r .hot a {
                width: 100%;
                height: auto;
                display: block; }
                .main.welcome .content .content_r .hot a .t {
                  font-size: 20px;
                  line-height: 30px; }
                .main.welcome .content .content_r .hot a .con {
                  font-size: 16px;
                  line-height: 20px;
                  padding-top: 7px; }
                .main.welcome .content .content_r .hot a .year {
                  font-size: 14px;
                  line-height: 14px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist li {
              height: 55px;
              line-height: 55px;
              border-bottom: 1px solid #e8e8e8;
              background: url(../img/y.png) no-repeat 5px center; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                font-size: 16px;
                color: #666;
                float: left;
                padding-left: 22px;
                width: 70%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                font-size: 14px;
                opacity: 0.6; } }
      @media (max-width: 600px) {
        .main.welcome .content {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 45px;
          padding-top: 45px; }
          .main.welcome .content .content-swiper {
            display: block; }
            .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes {
              height: 30%; }
              .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes .tit {
                font-size: 15px;
                line-height: 25px; }
          .main.welcome .content .content_r {
            padding: 0 6% 50px 7%; }
            .main.welcome .content .content_r .more {
              width: 60px;
              height: 60px;
              background-size: 100% 100%; }
            .main.welcome .content .content_r .hot {
              width: 100%;
              height: auto;
              padding-bottom: 15px;
              padding-top: 20px; }
              .main.welcome .content .content_r .hot a {
                width: 100%;
                height: auto;
                display: block; }
                .main.welcome .content .content_r .hot a .t {
                  font-size: 18px;
                  line-height: 30px; }
                .main.welcome .content .content_r .hot a .con {
                  font-size: 14px;
                  line-height: 20px;
                  padding-top: 7px; }
                .main.welcome .content .content_r .hot a .year {
                  font-size: 12px;
                  line-height: 20px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist {
              padding-top: 0px; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li {
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #e8e8e8;
                background: url(../img/y.png) no-repeat 5px center; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                  font-size: 14px;
                  color: #666;
                  float: left;
                  padding-left: 20px;
                  width: 70%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                  font-size: 13px;
                  opacity: 0.6; } }
      @media (max-width: 450px) {
        .main.welcome .content {
          padding-bottom: 40px;
          padding-top: 30px; }
          .main.welcome .content .content-swiper {
            display: block; }
            .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes {
              height: 35%; }
              .main.welcome .content .content-swiper .swiper-wrapper .swiper-slide a .mes .tit {
                font-size: 14px;
                line-height: 20px; }
          .main.welcome .content .content_r {
            padding: 0 6% 40px 7%; }
            .main.welcome .content .content_r .more {
              width: 50px;
              height: 50px;
              background-size: 100% 100%; }
            .main.welcome .content .content_r .hot {
              width: 100%;
              height: auto;
              padding-bottom: 15px;
              padding-top: 20px; }
              .main.welcome .content .content_r .hot a {
                width: 100%;
                height: auto;
                display: block; }
                .main.welcome .content .content_r .hot a .t {
                  font-size: 16px;
                  line-height: 26px; }
                .main.welcome .content .content_r .hot a .con {
                  font-size: 14px;
                  line-height: 20px;
                  padding-top: 5px; }
                .main.welcome .content .content_r .hot a .year {
                  font-size: 12px;
                  line-height: 20px; }
            .main.welcome .content .content_r .newsBox .newsBoxlist li {
              height: 45px;
              line-height: 45px;
              border-bottom: 1px solid #e8e8e8;
              background: url(../img/y.png) no-repeat 5px center; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li a .text {
                font-size: 14px;
                color: #666;
                float: left;
                padding-left: 20px;
                width: 70%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .main.welcome .content .content_r .newsBox .newsBoxlist li a .day {
                font-size: 12px;
                opacity: 0.6; } }
    .main.welcome .case {
      width: 100%;
      height: auto;
      background: #f5f5f5;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding-top: 55px;
      padding-bottom: 50px; }
      @media print {
        .main.welcome .case {
          display: none; } }
      @media (max-width: 1024px) {
        .main.welcome .case {
          padding-bottom: 45px;
          padding-top: 45px; } }
      @media (max-width: 750px) {
        .main.welcome .case {
          padding-bottom: 30px;
          padding-top: 40px; } }
      @media (max-width: 640px) {
        .main.welcome .case {
          padding-bottom: 25px;
          padding-top: 40px; } }
      @media (max-width: 415px) {
        .main.welcome .case {
          padding-bottom: 20px;
          padding-top: 30px; } }
      .main.welcome .case > .tit {
        width: 100%;
        height: auto;
        text-align: center;
        background: url(../img/tbg.png) no-repeat center center; }
        .main.welcome .case > .tit .text {
          font-size: 30px;
          color: #333;
          line-height: 30px; }
        .main.welcome .case > .tit .en {
          font-size: 12px;
          color: #666;
          opacity: 0.5;
          line-height: 22px;
          text-align: center;
          font-family: Arial; }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.welcome .case > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .case > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.welcome .case > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.welcome .case > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .case > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.welcome .case > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.welcome .case > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .case > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.welcome .case > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.welcome .case > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.welcome .case > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.welcome .case > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
            .main.welcome .case > .tit > .tit {
              background: url(../img/tbg.png) no-repeat center center; }
              .main.welcome .case > .tit > .tit .text {
                font-size: 26px;
                line-height: 26px; }
              .main.welcome .case > .tit > .tit .en {
                font-size: 12px;
                line-height: 18px; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.welcome .case > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.welcome .case > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.welcome .case > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 1024px) and (max-width: 1265px) {
          .main.welcome .case > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.welcome .case > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.welcome .case > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
      .main.welcome .case .box3 {
        width: 100%;
        height: auto;
        padding: 0 6px;
        box-sizing: border-box;
        position: relative; }
        .main.welcome .case .box3 .scroll_main {
          width: 100%;
          height: auto;
          margin-top: 55px;
          position: relative;
          display: block; }
          .main.welcome .case .box3 .scroll_main .mask_l {
            position: absolute;
            left: 0;
            top: 15px;
            background: #fff;
            opacity: 0.7;
            z-index: 10; }
          .main.welcome .case .box3 .scroll_main .mask_r {
            position: absolute;
            right: 0;
            top: 15px;
            background: #fff;
            opacity: 0.7;
            z-index: 10; }
          .main.welcome .case .box3 .scroll_main ul {
            width: 100%;
            height: auto; }
            .main.welcome .case .box3 .scroll_main ul li:last-child {
              margin-right: 0; }
            .main.welcome .case .box3 .scroll_main ul li {
              width: 303px;
              height: auto;
              margin-top: 15px;
              margin-bottom: 65px;
              float: left;
              margin-right: 18px;
              position: relative;
              transition: box-shadow 0.5s,transform 0.5s; }
              @media (min-width: 1024px) {
                .main.welcome .case .box3 .scroll_main ul li:hover {
                  box-shadow: 8px 8px 15px #bbbbbb;
                  transform: translateY(-10px); }
                  .main.welcome .case .box3 .scroll_main ul li:hover .code {
                    opacity: 1 !important;
                    display: block; }
                  .main.welcome .case .box3 .scroll_main ul li:hover .text .name {
                    font-weight: bold; } }
              .main.welcome .case .box3 .scroll_main ul li .code {
                width: 45px;
                height: 45px;
                background: url(../img/code.png) no-repeat;
                position: absolute;
                right: 0;
                top: 0;
                transition: all 0.5s;
                cursor: pointer;
                opacity: 0;
                z-index: 10;
                transform-origin: bottom right; }
              .main.welcome .case .box3 .scroll_main ul li .tu {
                width: 100%;
                height: auto;
                display: block;
                overflow: hidden;
                position: relative; }
                .main.welcome .case .box3 .scroll_main ul li .tu > img {
                  width: 100%;
                  height: auto; }
                .main.welcome .case .box3 .scroll_main ul li .tu .mask {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  left: 0;
                  top: 0;
                  background: #000;
                  display: none;
                  opacity: 0.7;
                  z-index: 9;
                  transition: all 0.5s; }
                  .main.welcome .case .box3 .scroll_main ul li .tu .mask.s {
                    opacity: 1; }
                .main.welcome .case .box3 .scroll_main ul li .tu .img {
                  width: 47%;
                  height: auto;
                  position: absolute;
                  left: 50%;
                  z-index: 9;
                  margin-left: -23.5%;
                  top: 50%;
                  opacity: 0;
                  margin-top: -60px; }
                  .main.welcome .case .box3 .scroll_main ul li .tu .img img {
                    width: 100%;
                    height: auto; }
              .main.welcome .case .box3 .scroll_main ul li .text {
                width: 87.8%;
                background: #fff;
                height: 140px;
                border-bottom: 3px solid #ebebeb;
                padding: 0 4.3% 0 7.9%; }
                .main.welcome .case .box3 .scroll_main ul li .text .name {
                  display: block;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-size: 17px;
                  color: #333;
                  line-height: 30px;
                  padding-top: 10px;
                  transition: all 0.3s; }
                .main.welcome .case .box3 .scroll_main ul li .text .con {
                  font-size: 14px;
                  color: #666;
                  display: block; }
                .main.welcome .case .box3 .scroll_main ul li .text .ico {
                  width: 100%;
                  text-align: right;
                  margin-top: 20px;
                  height: auto; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                    width: 65px;
                    height: 28px;
                    border: 1px solid #ebebeb;
                    border-radius: 28px;
                    background: url(../img/p.png) no-repeat 15% center;
                    padding-left: 35px;
                    display: inline-block;
                    font-size: 13px;
                    color: #999;
                    line-height: 28px;
                    text-align: left;
                    margin: 0 1px;
                    transition: all 0.5s;
                    letter-spacing: -1px; }
                    @media (min-width: 1024px) {
                      .main.welcome .case .box3 .scroll_main ul li .text .ico .app:hover {
                        color: #fff;
                        background: url(../img/p2.png) no-repeat 15% center #FFB933;
                        border-color: #FFB933; } }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                    width: 65px;
                    height: 28px;
                    border: 1px solid #ebebeb;
                    border-radius: 28px;
                    background: url(../img/and.png) no-repeat 15% center;
                    padding-left: 35px;
                    display: inline-block;
                    font-size: 13px;
                    color: #999;
                    line-height: 28px;
                    text-align: left;
                    margin: 0 1px; }
                    @media (min-width: 1024px) {
                      .main.welcome .case .box3 .scroll_main ul li .text .ico .android:hover {
                        color: #fff;
                        background: url(../img/and2.png) no-repeat 15% center #FFB933;
                        border-color: #FFB933; } }
          @media (max-width: 1600px) {
            .main.welcome .case .box3 .scroll_main {
              margin-top: 45px; }
              .main.welcome .case .box3 .scroll_main .mask_l, .main.welcome .case .box3 .scroll_main .mask_r {
                top: 10px; }
              .main.welcome .case .box3 .scroll_main ul li {
                width: 280px;
                height: auto;
                margin-top: 10px;
                margin-bottom: 50px;
                margin-right: 15px; }
                .main.welcome .case .box3 .scroll_main ul li .code {
                  width: 45px;
                  height: 45px; }
                .main.welcome .case .box3 .scroll_main ul li .text {
                  width: 87.8%;
                  background: #fff;
                  height: 130px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .scroll_main ul li .text .name {
                    font-size: 15px;
                    line-height: 26px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .con {
                    font-size: 14px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico {
                    margin-top: 15px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                      width: 65px;
                      height: 28px;
                      padding-left: 35px;
                      line-height: 28px;
                      margin: 0 1px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                      width: 65px;
                      height: 28px;
                      padding-left: 35px;
                      font-size: 13px;
                      color: #999;
                      margin: 0 1px; } }
          @media (max-width: 1200px) {
            .main.welcome .case .box3 .scroll_main {
              margin-top: 40px; }
              .main.welcome .case .box3 .scroll_main .mask_l, .main.welcome .case .box3 .scroll_main .mask_r {
                top: 8px; }
              .main.welcome .case .box3 .scroll_main ul li {
                width: 280px;
                height: auto;
                margin-top: 8px;
                margin-bottom: 40px;
                margin-right: 10px; }
                .main.welcome .case .box3 .scroll_main ul li .code {
                  width: 45px;
                  height: 45px; }
                .main.welcome .case .box3 .scroll_main ul li .text {
                  width: 87.8%;
                  background: #fff;
                  height: 110px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .scroll_main ul li .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .con {
                    font-size: 13px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico {
                    margin-top: 4px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                      width: 65px;
                      height: 25px;
                      padding-left: 35px;
                      line-height: 25px;
                      border-radius: 25px;
                      margin: 0 1px;
                      font-size: 12px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                      width: 65px;
                      height: 28px;
                      padding-left: 35px;
                      font-size: 12px;
                      color: #999;
                      border-radius: 25px;
                      margin: 0 1px; } }
          @media (max-width: 1100px) {
            .main.welcome .case .box3 .scroll_main {
              margin-top: 40px; }
              .main.welcome .case .box3 .scroll_main .mask_l, .main.welcome .case .box3 .scroll_main .mask_r {
                top: 8px; }
              .main.welcome .case .box3 .scroll_main ul li {
                width: 250px;
                height: auto;
                margin-top: 8px;
                margin-bottom: 40px;
                margin-right: 10px; }
                .main.welcome .case .box3 .scroll_main ul li .code {
                  width: 45px;
                  height: 45px; }
                .main.welcome .case .box3 .scroll_main ul li .text {
                  width: 87.8%;
                  background: #fff;
                  height: 110px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .scroll_main ul li .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .con {
                    font-size: 13px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico {
                    margin-top: 4px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                      width: 65px;
                      height: 25px;
                      padding-left: 35px;
                      line-height: 25px;
                      border-radius: 25px;
                      margin: 0 1px;
                      font-size: 12px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                      width: 65px;
                      height: 28px;
                      padding-left: 35px;
                      font-size: 12px;
                      color: #999;
                      border-radius: 25px;
                      margin: 0 1px; } }
          @media (max-width: 1000px) {
            .main.welcome .case .box3 .scroll_main {
              margin-top: 30px; }
              .main.welcome .case .box3 .scroll_main .mask_l, .main.welcome .case .box3 .scroll_main .mask_r {
                top: 8px; }
              .main.welcome .case .box3 .scroll_main ul li {
                width: 220px;
                height: auto;
                margin-top: 8px;
                margin-bottom: 35px;
                margin-right: 10px; }
                .main.welcome .case .box3 .scroll_main ul li .code {
                  width: 45px;
                  height: 45px; }
                .main.welcome .case .box3 .scroll_main ul li .text {
                  width: 87.8%;
                  background: #fff;
                  height: 110px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .scroll_main ul li .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .con {
                    font-size: 13px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico {
                    margin-top: 4px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                      width: 65px;
                      height: 25px;
                      padding-left: 20px;
                      line-height: 25px;
                      border-radius: 25px;
                      margin: 0;
                      display: block;
                      float: left;
                      font-size: 12px;
                      background-size: 11.2px 15.2px;
                      background-position: 10% center; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                      width: 65px;
                      height: 28px;
                      padding-left: 20px;
                      font-size: 12px;
                      color: #999;
                      border-radius: 25px;
                      margin: 0;
                      float: right;
                      background-size: 12px 12.8px;
                      background-position: 10% center; } }
          @media (max-width: 900px) {
            .main.welcome .case .box3 .scroll_main {
              margin-top: 25px; }
              .main.welcome .case .box3 .scroll_main .mask_l, .main.welcome .case .box3 .scroll_main .mask_r {
                top: 8px; }
              .main.welcome .case .box3 .scroll_main ul li {
                width: 180px;
                height: auto;
                margin-top: 8px;
                margin-bottom: 30px;
                margin-right: 10px; }
                .main.welcome .case .box3 .scroll_main ul li .code {
                  width: 45px;
                  height: 45px; }
                .main.welcome .case .box3 .scroll_main ul li .text {
                  width: 87.8%;
                  background: #fff;
                  height: 90px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .scroll_main ul li .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .scroll_main ul li .text .con {
                    font-size: 12px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap; }
                  .main.welcome .case .box3 .scroll_main ul li .text .ico {
                    margin-top: 4px; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .app {
                      width: 58px;
                      height: 20px;
                      padding-left: 15px;
                      line-height: 20px;
                      border-radius: 25px;
                      margin: 0;
                      display: block;
                      float: left;
                      font-size: 11px;
                      background-size: 9.8px 13.3px;
                      background-position: 8% center; }
                    .main.welcome .case .box3 .scroll_main ul li .text .ico .android {
                      width: 58px;
                      height: 20px;
                      padding-left: 15px;
                      font-size: 11px;
                      color: #999;
                      border-radius: 25px;
                      margin: 0;
                      float: right;
                      line-height: 20px;
                      background-size: 10.5px 11.2px;
                      background-position: 8% center; } }
          @media (max-width: 820px) {
            .main.welcome .case .box3 .scroll_main {
              display: none; } }
        .main.welcome .case .box3 .swiper-con {
          width: 100%;
          height: auto;
          display: none;
          margin-top: 30px;
          margin-bottom: 20px; }
          .main.welcome .case .box3 .swiper-con .swiper-wrapper {
            width: 100%;
            height: auto;
            margin-left: -51%; }
            .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
              width: 100%;
              height: auto; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                width: 100%;
                height: auto;
                overflow: hidden; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                  width: 100%;
                  height: auto; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                width: 87.8%;
                background: #fff;
                height: 140px;
                border-bottom: 3px solid #ebebeb;
                padding: 0 4.3% 0 7.9%; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                  display: block;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-size: 21px;
                  color: #333;
                  line-height: 30px;
                  padding-top: 10px;
                  text-align: center;
                  transition: all 0.3s; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                  width: 100%;
                  text-align: center;
                  margin-top: 20px;
                  height: auto; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                    width: 30%;
                    height: 40px;
                    border: 1px solid #ebebeb;
                    border-radius: 40px;
                    background: url(../img/p.png) no-repeat 15% center;
                    padding-left: 35px;
                    font-size: 13px;
                    color: #999;
                    line-height: 40px;
                    text-align: left;
                    box-sizing: border-box;
                    margin: 0 10px;
                    display: inline-block; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                    width: 30%;
                    height: 40px;
                    border: 1px solid #ebebeb;
                    border-radius: 40px;
                    background: url(../img/and.png) no-repeat 15% center;
                    padding-left: 35px;
                    font-size: 13px;
                    color: #999;
                    box-sizing: border-box;
                    line-height: 40px;
                    text-align: left;
                    margin: 0 10px;
                    display: inline-block; }
          @media (max-width: 820px) {
            .main.welcome .case .box3 .swiper-con {
              display: block; } }
          @media (max-width: 720px) {
            .main.welcome .case .box3 .swiper-con {
              margin-top: 25px;
              margin-bottom: 10px; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                  width: 100%;
                  height: auto;
                  overflow: hidden; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                    width: 100%;
                    height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                  width: 87.8%;
                  background: #fff;
                  height: 115px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                    font-size: 19px;
                    line-height: 26px;
                    padding-top: 10px;
                    text-align: center; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                    width: 100%;
                    text-align: center;
                    margin-top: 20px;
                    height: auto; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                      width: 105px;
                      height: 30px;
                      border: 1px solid #ebebeb;
                      border-radius: 30px;
                      background: url(../img/p.png) no-repeat 10% center;
                      padding-left: 30px;
                      display: inline-block;
                      font-size: 12px;
                      color: #999;
                      line-height: 30px;
                      float: none;
                      text-align: left;
                      box-sizing: border-box;
                      margin: 0 15px; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                      width: 105px;
                      height: 30px;
                      border: 1px solid #ebebeb;
                      border-radius: 30px;
                      background: url(../img/and.png) no-repeat 10% center;
                      padding-left: 30px;
                      display: inline-block;
                      font-size: 12px;
                      color: #999;
                      margin: 0 15px;
                      box-sizing: border-box;
                      line-height: 30px;
                      text-align: left;
                      float: none; } }
          @media (max-width: 600px) {
            .main.welcome .case .box3 .swiper-con {
              margin-top: 25px;
              margin-bottom: 10px; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                  width: 100%;
                  height: auto;
                  overflow: hidden; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                    width: 100%;
                    height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                  width: 87.8%;
                  background: #fff;
                  height: 105px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 4.3% 0 7.9%; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                    font-size: 18px;
                    line-height: 24px;
                    padding-top: 8px; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                    width: 100%;
                    text-align: right;
                    margin-top: 20px;
                    height: auto; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                      width: 105px;
                      height: 30px;
                      border: 1px solid #ebebeb;
                      border-radius: 30px;
                      background: url(../img/p.png) no-repeat 10% center;
                      padding-left: 30px;
                      display: block;
                      font-size: 12px;
                      color: #999;
                      line-height: 30px;
                      float: left;
                      text-align: left;
                      box-sizing: border-box;
                      margin: 0; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                      width: 105px;
                      height: 30px;
                      border: 1px solid #ebebeb;
                      border-radius: 30px;
                      background: url(../img/and.png) no-repeat 10% center;
                      padding-left: 30px;
                      display: block;
                      font-size: 12px;
                      color: #999;
                      margin: 0;
                      box-sizing: border-box;
                      line-height: 30px;
                      text-align: left;
                      float: right; } }
          @media (max-width: 500px) {
            .main.welcome .case .box3 .swiper-con {
              margin-top: 20px;
              margin-bottom: 0px; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                  width: 100%;
                  height: auto;
                  overflow: hidden; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                    width: 100%;
                    height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                  width: 94%;
                  background: #fff;
                  height: 100px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 3% 0 3%; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                    font-size: 17px;
                    line-height: 22px;
                    padding-top: 8px;
                    text-align: center; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                    width: 100%;
                    text-align: center;
                    margin-top: 15px;
                    height: auto;
                    overflow: hidden; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/p.png) no-repeat 10% center;
                      background-size: 14px 19px;
                      padding-left: 25px;
                      display: inline-block;
                      font-size: 11px;
                      color: #999;
                      line-height: 25px;
                      float: none;
                      text-align: left;
                      box-sizing: border-box;
                      width: 35%;
                      margin: 0 5px; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/and.png) no-repeat 10% center;
                      background-size: 15px 16px;
                      padding-left: 25px;
                      display: inline-block;
                      font-size: 11px;
                      color: #999;
                      width: 35%;
                      margin: 0 5px;
                      box-sizing: border-box;
                      line-height: 25px;
                      text-align: left;
                      float: none; } }
          @media (max-width: 410px) {
            .main.welcome .case .box3 .swiper-con {
              margin-top: 20px;
              margin-bottom: 0px; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                  width: 100%;
                  height: auto;
                  overflow: hidden; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                    width: 100%;
                    height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                  width: 94%;
                  background: #fff;
                  height: 80px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 3% 0 3%; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px;
                    text-align: center; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                    width: 100%;
                    text-align: center;
                    margin-top: 12px;
                    height: auto; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/p.png) no-repeat 10% center;
                      background-size: 14px 19px;
                      padding-left: 30px;
                      display: inline-block;
                      font-size: 9px;
                      color: #999;
                      line-height: 25px;
                      float: none;
                      text-align: left;
                      box-sizing: border-box;
                      width: 40%; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/and.png) no-repeat 10% center;
                      background-size: 15px 16px;
                      padding-left: 30px;
                      display: inline-block;
                      font-size: 9px;
                      color: #999;
                      width: 40%;
                      box-sizing: border-box;
                      line-height: 25px;
                      text-align: left;
                      float: none;
                      margin: 0; } }
          @media (max-width: 350px) {
            .main.welcome .case .box3 .swiper-con {
              margin-top: 20px;
              margin-bottom: 0px; }
              .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu {
                  width: 100%;
                  height: auto;
                  overflow: hidden; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .tu img {
                    width: 100%;
                    height: auto; }
                .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text {
                  width: 94%;
                  background: #fff;
                  height: 80px;
                  border-bottom: 3px solid #ebebeb;
                  padding: 0 3% 0 3%; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .name {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 8px;
                    text-align: center; }
                  .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico {
                    width: 100%;
                    text-align: center;
                    margin-top: 12px;
                    height: auto; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .app {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/p.png) no-repeat 10% center;
                      background-size: 11.2px 15.2px;
                      padding-left: 20px;
                      display: inline-block;
                      font-size: 8px;
                      color: #999;
                      line-height: 25px;
                      float: none;
                      text-align: left;
                      box-sizing: border-box;
                      width: 38%; }
                    .main.welcome .case .box3 .swiper-con .swiper-wrapper .swiper-slide .text .ico .android {
                      height: 25px;
                      border: 1px solid #ebebeb;
                      border-radius: 25px;
                      background: url(../img/and.png) no-repeat 10% center;
                      background-size: 12px 12.8px;
                      padding-left: 20px;
                      display: inline-block;
                      font-size: 8px;
                      color: #999;
                      width: 38%;
                      box-sizing: border-box;
                      line-height: 25px;
                      text-align: left;
                      float: none;
                      margin: 0; } }
        @media (max-width: 1600px) {
          .main.welcome .case .box3 .swiper {
            margin: 40px auto 0 auto;
            padding-top: 15px; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
              width: 45px;
              height: 45px;
              position: absolute; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
              width: 100%;
              height: auto;
              display: block;
              overflow: hidden;
              position: relative; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                width: 100%;
                height: auto; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #000;
                display: none;
                opacity: 0.7;
                z-index: 9;
                transition: all 0.5s; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask.s {
                  opacity: 1; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                width: 47%; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
              width: 87.8%;
              background: #fff;
              height: 140px;
              border-bottom: 3px solid #ebebeb;
              padding: 0 4.3% 0 7.9%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                font-size: 16px;
                line-height: 30px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                font-size: 14px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                width: 100%;
                text-align: right;
                margin-top: 20px;
                height: auto; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                  width: 65px;
                  height: 28px;
                  padding-left: 35px;
                  display: block;
                  font-size: 13px;
                  color: #999;
                  float: left;
                  line-height: 28px;
                  text-align: left;
                  margin: 0; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                  width: 65px;
                  height: 28px;
                  padding-left: 35px;
                  float: right;
                  margin: 0; } }
        @media (max-width: 1540px) {
          .main.welcome .case .box3 .swiper {
            margin: 35px auto 0 auto;
            padding-top: 15px; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
              width: 45px;
              height: 45px;
              position: absolute; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
              width: 100%;
              height: auto;
              display: block;
              overflow: hidden;
              position: relative; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                width: 100%;
                height: auto; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #000;
                display: none;
                opacity: 0.7;
                z-index: 9;
                transition: all 0.5s; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask.s {
                  opacity: 1; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                width: 47%; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
              width: 87.8%;
              background: #fff;
              height: 130px;
              padding: 0 4.3% 0 7.9%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                font-size: 15px;
                line-height: 26px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                font-size: 13px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                margin-top: 15px;
                overflow: hidden; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  display: block;
                  font-size: 12px;
                  color: #999;
                  float: left;
                  line-height: 28px;
                  text-align: left;
                  margin: 0; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  float: right;
                  margin: 0; } }
        @media (max-width: 1350px) {
          .main.welcome .case .box3 .swiper {
            margin: 25px auto 0 auto;
            padding-top: 15px; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
              width: 45px;
              height: 45px;
              position: absolute; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
              width: 100%;
              height: auto;
              display: block;
              overflow: hidden;
              position: relative; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                width: 100%;
                height: auto; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #000;
                display: none;
                opacity: 0.7;
                z-index: 9;
                transition: all 0.5s; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask.s {
                  opacity: 1; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                width: 47%; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
              width: 91%;
              background: #fff;
              height: 120px;
              padding: 0 3% 0 6%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                font-size: 15px;
                line-height: 26px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                font-size: 13px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                margin-top: 10px; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  display: block;
                  font-size: 12px;
                  color: #999;
                  float: left;
                  line-height: 28px;
                  text-align: left;
                  margin: 0; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  float: right;
                  font-size: 12px;
                  margin: 0; } }
        @media (max-width: 1260px) {
          .main.welcome .case .box3 .swiper {
            margin: 25px auto 0 auto;
            padding-top: 15px; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
              width: 45px;
              height: 45px;
              position: absolute; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
              width: 100%;
              height: auto;
              display: block;
              overflow: hidden;
              position: relative; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                width: 100%;
                height: auto; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #000;
                display: none;
                opacity: 0.7;
                z-index: 9;
                transition: all 0.5s; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .mask.s {
                  opacity: 1; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                width: 47%; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
              width: 91%;
              background: #fff;
              height: 120px;
              padding: 0 3% 0 6%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                font-size: 15px;
                line-height: 26px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                font-size: 13px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                margin-top: 10px; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  display: block;
                  font-size: 12px;
                  color: #999;
                  float: left;
                  line-height: 28px;
                  text-align: left;
                  margin: 0; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                  width: 60px;
                  height: 28px;
                  padding-left: 25px;
                  float: right;
                  font-size: 12px;
                  margin: 0; } }
        @media (max-width: 1050px) {
          .main.welcome .case .box3 .swiper {
            margin: 20px auto 0 auto;
            padding-top: 15px; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
              width: 35px;
              height: 35px;
              background-size: 100% 100%; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
              width: 100%;
              height: auto;
              display: block;
              overflow: hidden;
              position: relative; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                width: 100%;
                height: auto; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                width: 47%;
                margin-top: -40px !important; }
            .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
              width: 94%;
              background: #fff;
              height: 120px;
              padding: 0 3% 0 3%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                font-size: 15px;
                line-height: 26px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                font-size: 13px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                margin-top: 10px; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                  width: 65px;
                  height: 28px;
                  padding-left: 25px;
                  display: block;
                  font-size: 12px;
                  color: #999;
                  float: left;
                  line-height: 28px;
                  background-size: 11.2px 15.2px;
                  text-align: left;
                  margin: 0; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                  width: 65px;
                  height: 28px;
                  padding-left: 25px;
                  float: right;
                  background-size: 12px 12.8px;
                  font-size: 12px;
                  margin: 0; } }
        @media (max-width: 890px) {
          .main.welcome .case .box3 {
            padding: 0 10px; }
            .main.welcome .case .box3 .box_l {
              left: 10px; }
            .main.welcome .case .box3 .box_r {
              right: 10px; }
            .main.welcome .case .box3 .swiper {
              margin: 20px auto 0 auto;
              padding-top: 15px; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .code {
                width: 35px;
                height: 35px;
                background-size: 100% 100%; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu {
                width: 100%;
                height: auto;
                display: block;
                overflow: hidden;
                position: relative; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu > img {
                  width: 100%;
                  height: auto; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .tu .img {
                  width: 47%;
                  margin-top: -40px !important; }
              .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text {
                width: 94%;
                background: #fff;
                height: 120px;
                padding: 0 3% 0 3%; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .name {
                  font-size: 15px;
                  line-height: 26px; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .con {
                  font-size: 13px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  display: block; }
                .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico {
                  margin-top: 10px; }
                  .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .app {
                    width: 65px;
                    height: 28px;
                    padding-left: 20px;
                    display: block;
                    font-size: 11px;
                    color: #999;
                    float: left;
                    line-height: 28px;
                    background-size: 9.8px 13.3px;
                    background-position: 10% center;
                    text-align: left;
                    margin: 0; }
                  .main.welcome .case .box3 .swiper .swiper-wrapper .swiper-slide .js-c .text .ico .android {
                    width: 65px;
                    height: 28px;
                    padding-left: 20px;
                    float: right;
                    background-size: 10.5px 11.2px;
                    font-size: 11px;
                    background-position: 10% center;
                    margin: 0; } }
        @media (max-width: 820px) {
          .main.welcome .case .box3 .swiper {
            display: none; } }
        .main.welcome .case .box3 .s {
          display: none;
          width: 100%;
          height: auto;
          text-align: center;
          margin-top: 20px; }
          @media (max-width: 820px) {
            .main.welcome .case .box3 .s {
              display: block; } }
          .main.welcome .case .box3 .s .shang {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            background: #989898;
            border-radius: 50%;
            margin: 0 15px; }
            .main.welcome .case .box3 .s .shang img {
              width: 15px;
              height: 26px; }
          .main.welcome .case .box3 .s .xia {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            margin: 0 15px;
            border-radius: 50%;
            background: #989898; }
            .main.welcome .case .box3 .s .xia img {
              width: 15px;
              height: 26px; }
          @media (max-width: 650px) {
            .main.welcome .case .box3 .s {
              margin-top: 15px; }
              .main.welcome .case .box3 .s .shang, .main.welcome .case .box3 .s .xia {
                width: 40px;
                height: 40px;
                line-height: 40px; }
                .main.welcome .case .box3 .s .shang img, .main.welcome .case .box3 .s .xia img {
                  width: 10.5px;
                  height: 18.2px; } }
          @media (max-width: 500px) {
            .main.welcome .case .box3 .s {
              margin-top: 10px; }
              .main.welcome .case .box3 .s .shang, .main.welcome .case .box3 .s .xia {
                width: 35px;
                height: 35px;
                line-height: 35px; }
                .main.welcome .case .box3 .s .shang img, .main.welcome .case .box3 .s .xia img {
                  width: 9px;
                  height: 15.6px; } }
          @media (max-width: 415px) {
            .main.welcome .case .box3 .s {
              margin-top: 10px; }
              .main.welcome .case .box3 .s .shang, .main.welcome .case .box3 .s .xia {
                width: 30px;
                height: 30px;
                line-height: 30px; }
                .main.welcome .case .box3 .s .shang img, .main.welcome .case .box3 .s .xia img {
                  width: 6px;
                  height: 10.4px; } }
      .main.welcome .case .scoll-bar {
        width: 65.8%;
        height: 10px;
        margin: 70px auto 30px auto;
        background: #fff;
        border-radius: 10px;
        position: relative; }
        @media (max-width: 820px) {
          .main.welcome .case .scoll-bar {
            display: none; } }
        @media (max-width: 1600px) {
          .main.welcome .case .scoll-bar {
            margin: 50px auto 25 auto;
            height: 8px !important; }
            .main.welcome .case .scoll-bar .left .icon {
              width: 35.2px !important;
              height: 36.8px !important;
              background: url(../img/ddd.png) no-repeat;
              position: absolute;
              background-size: 100% 100% !important;
              right: -7px;
              top: 50%;
              margin-top: -18.4px !important;
              display: block;
              z-index: 10; } }
        @media (max-width: 1024px) {
          .main.welcome .case .scoll-bar {
            margin: 30px auto 20px auto; }
            .main.welcome .case .scoll-bar .left .icon {
              width: 30.8px !important;
              height: 32.2px !important;
              background: url(../img/ddd.png) no-repeat;
              position: absolute;
              background-size: 100% 100%;
              right: -7px;
              top: 50%;
              margin-top: -16.1px !important;
              display: block;
              z-index: 10; } }
      .main.welcome .case .scoll-bar .left {
        height: 10px;
        background-color: #4abfef;
        border-radius: 10px;
        position: relative;
        z-index: 10; }
      .main.welcome .case .scoll-bar .left .icon {
        width: 44px;
        height: 46px;
        background: url(../img/ddd.png) no-repeat;
        position: absolute;
        right: -7px;
        top: 50%;
        margin-top: -23px;
        display: block;
        z-index: 10; }
    .main.welcome .about {
      height: auto;
      margin-top: 75px; }
      @media print {
        .main.welcome .about {
          margin-top: 0; } }
      .main.welcome .about .box {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 55px;
        padding-bottom: 35px; }
        .main.welcome .about .box .left {
          width: 29px;
          height: 45px;
          position: absolute;
          background: url(../img/left.jpg) no-repeat;
          left: 5px;
          cursor: pointer;
          top: 50%;
          margin-top: -23px; }
        .main.welcome .about .box .right {
          width: 29px;
          height: 45px;
          position: absolute;
          background: url(../img/right.jpg) no-repeat;
          right: 5px;
          top: 50%;
          cursor: pointer;
          margin-top: -23px; }
        .main.welcome .about .box .box2 {
          width: 85.5%;
          min-height: 435px;
          margin: 0 auto;
          overflow: hidden; }
          .main.welcome .about .box .box2 ul {
            position: relative;
            height: 100%; }
            .main.welcome .about .box .box2 ul li {
              height: 100%;
              float: left; }
              .main.welcome .about .box .box2 ul li > .tit {
                width: 100%;
                height: auto;
                text-align: center;
                margin-bottom: 50px;
                background: url(../img/tbg.png) no-repeat center center; }
                .main.welcome .about .box .box2 ul li > .tit .text {
                  font-size: 30px;
                  color: #333;
                  line-height: 30px; }
                .main.welcome .about .box .box2 ul li > .tit .en {
                  font-size: 12px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
                @media (min-width: 320px) and (max-width: 375px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 80%;
                    height: auto;
                    margin: 0 auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center;
                    background-size: contain; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 20px;
                      color: #333;
                      line-height: 20px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 11px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 18px;
                      text-align: center;
                      font-family: Arial; } }
                @media (min-width: 375px) and (max-width: 415px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 80%;
                    height: auto;
                    margin: 0 auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center;
                    background-size: contain; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 20px;
                      color: #333;
                      line-height: 20px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 11px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 18px;
                      text-align: center;
                      font-family: Arial; } }
                @media (min-width: 415px) and (max-width: 640px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 80%;
                    height: auto;
                    margin: 0 auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center;
                    background-size: contain; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 24px;
                      color: #333;
                      line-height: 24px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 13px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 22px;
                      text-align: center;
                      font-family: Arial; } }
                @media (min-width: 640px) and (max-width: 750px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 80%;
                    height: auto;
                    margin: 0 auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center;
                    background-size: contain; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 24px;
                      color: #333;
                      line-height: 24px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 13px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 22px;
                      text-align: center;
                      font-family: Arial; }
                    .main.welcome .about .box .box2 ul li > .tit > .tit {
                      background: url(../img/tbg.png) no-repeat center center; }
                      .main.welcome .about .box .box2 ul li > .tit > .tit .text {
                        font-size: 26px;
                        line-height: 26px; }
                      .main.welcome .about .box .box2 ul li > .tit > .tit .en {
                        font-size: 12px;
                        line-height: 18px; } }
                @media (min-width: 750px) and (max-width: 1024px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 100%;
                    height: auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 30px;
                      color: #333;
                      line-height: 30px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 12px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 22px;
                      text-align: center;
                      font-family: Arial; } }
                @media (min-width: 1024px) and (max-width: 1265px) {
                  .main.welcome .about .box .box2 ul li > .tit {
                    width: 100%;
                    height: auto;
                    text-align: center;
                    background: url(../img/tbg.png) no-repeat center center; }
                    .main.welcome .about .box .box2 ul li > .tit .text {
                      font-size: 30px;
                      color: #333;
                      line-height: 30px; }
                    .main.welcome .about .box .box2 ul li > .tit .en {
                      font-size: 12px;
                      color: #666;
                      opacity: 0.5;
                      line-height: 22px;
                      text-align: center;
                      font-family: Arial; } }
              .main.welcome .about .box .box2 ul li .cont {
                width: 100%;
                height: auto; }
                .main.welcome .about .box .box2 ul li .cont .con_l {
                  width: 39%;
                  height: auto;
                  float: left;
                  position: relative; }
                  .main.welcome .about .box .box2 ul li .cont .con_l img {
                    display: block;
                    width: 99.9%;
                    margin-left: 0.1%;
                    height: auto; }
                  .main.welcome .about .box .box2 ul li .cont .con_l .tu {
                    width: 230px;
                    height: 183px;
                    position: absolute;
                    right: 10px;
                    bottom: -45px;
                    z-index: 10; }
                .main.welcome .about .box .box2 ul li .cont .con_r {
                  width: 57%;
                  height: auto;
                  float: right;
                  transition: transform 0.5s; }
                  @media (min-width: 1024px) {
                    .main.welcome .about .box .box2 ul li .cont .con_r:hover {
                      transform: translateY(-10px); } }
                  .main.welcome .about .box .box2 ul li .cont .con_r .tit {
                    font-size: 21px;
                    color: #0fa5d9;
                    font-weight: bold; }
                    .main.welcome .about .box .box2 ul li .cont .con_r .tit a {
                      color: #0fa5d9; }
                  .main.welcome .about .box .box2 ul li .cont .con_r .con {
                    font-size: 14px;
                    color: #888; }
                    .main.welcome .about .box .box2 ul li .cont .con_r .con a {
                      color: #888; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .con a p {
                        font-size: 14px;
                        line-height: 30px;
                        padding-bottom: 5px; }
                  .main.welcome .about .box .box2 ul li .cont .con_r .ico {
                    width: 100%;
                    height: auto;
                    text-align: right;
                    margin-top: 40px; }
                    .main.welcome .about .box .box2 ul li .cont .con_r .ico a {
                      vertical-align: top;
                      margin: 0 2px; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.company {
                        width: 78px;
                        height: 32px;
                        display: inline-block;
                        border-radius: 32px;
                        border: 1px solid #e7e7e7;
                        background: url(../img/b.png) no-repeat 15px center;
                        padding-left: 40px;
                        line-height: 32px;
                        text-align: left;
                        color: #b5b5b5;
                        font-size: 14px;
                        font-weight: bold; }
                        .main.welcome .about .box .box2 ul li .cont .con_r .ico a.company.cur {
                          background: url(../img/jss.png) no-repeat 15px center #FFB933;
                          color: #fff;
                          border-color: #FFB933; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.company1 {
                        width: 32px;
                        height: 32px;
                        border: 1px solid #e7e7e7;
                        border-radius: 50%;
                        display: inline-block;
                        background: url(../img/b.png) no-repeat center center; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.peo {
                        width: 32px;
                        height: 32px;
                        border: 1px solid #e7e7e7;
                        border-radius: 50%;
                        display: inline-block;
                        background: url(../img/peo.png) no-repeat center center; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.peo2 {
                        width: 78px;
                        height: 32px;
                        display: inline-block;
                        border-radius: 32px;
                        border: 1px solid #e7e7e7;
                        background: url(../img/peo.png) no-repeat 15px center;
                        padding-left: 40px;
                        line-height: 32px;
                        text-align: left;
                        color: #b5b5b5;
                        font-size: 14px;
                        font-weight: bold; }
                        .main.welcome .about .box .box2 ul li .cont .con_r .ico a.peo2.cur {
                          background: url(../img/peo_w.png) no-repeat 15px center #FFB933;
                          color: #fff;
                          border-color: #FFB933; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.yx {
                        width: 32px;
                        height: 32px;
                        border: 1px solid #e7e7e7;
                        border-radius: 50%;
                        display: inline-block;
                        background: url(../img/yxx.png) no-repeat center center; }
                      .main.welcome .about .box .box2 ul li .cont .con_r .ico a.yx2 {
                        width: 78px;
                        height: 32px;
                        display: inline-block;
                        border-radius: 32px;
                        border: 1px solid #e7e7e7;
                        background: url(../img/yxx.png) no-repeat 15px center;
                        padding-left: 40px;
                        line-height: 32px;
                        text-align: left;
                        color: #b5b5b5;
                        font-size: 14px;
                        font-weight: bold; }
                        .main.welcome .about .box .box2 ul li .cont .con_r .ico a.yx2.cur {
                          background: url(../img/yx_w.png) no-repeat 15px center #FFB933;
                          color: #fff;
                          border-color: #FFB933; }
      .main.welcome .about .about_swiper {
        width: 80%;
        height: auto;
        margin: 30px auto 135px auto;
        display: none; }
        @media print {
          .main.welcome .about .about_swiper {
            display: none; } }
        .main.welcome .about .about_swiper .swiper-wrapper {
          width: 100%;
          height: auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide {
            width: 100%;
            height: auto; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
              width: 100%;
              height: auto;
              text-align: center;
              margin: 0 auto 50px auto;
              background: url(../img/tbg.png) no-repeat center center; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                font-size: 30px;
                color: #333;
                line-height: 30px; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                font-size: 12px;
                color: #666;
                opacity: 0.5;
                line-height: 22px;
                text-align: center;
                font-family: Arial; }
              @media (min-width: 320px) and (max-width: 375px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 80%;
                  height: auto;
                  margin: 0 auto 20px auto;
                  text-align: center;
                  background: url(../img/tbg.png) no-repeat center center;
                  background-size: contain; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 20px;
                    color: #333;
                    line-height: 20px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 11px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 18px;
                    text-align: center;
                    font-family: Arial; } }
              @media (min-width: 375px) and (max-width: 415px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 80%;
                  height: auto;
                  margin: 0 auto 20px auto;
                  text-align: center;
                  background: url(../img/tbg.png) no-repeat center center;
                  background-size: contain; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 20px;
                    color: #333;
                    line-height: 20px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 11px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 18px;
                    text-align: center;
                    font-family: Arial; } }
              @media (min-width: 415px) and (max-width: 640px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 80%;
                  height: auto;
                  margin: 0 auto 25px auto;
                  text-align: center;
                  background: url(../img/tbg.png) no-repeat center center;
                  background-size: contain; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 24px;
                    color: #333;
                    line-height: 24px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 13px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 22px;
                    text-align: center;
                    font-family: Arial; } }
              @media (min-width: 640px) and (max-width: 750px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 80%;
                  height: auto;
                  margin: 0 auto 30px auto;
                  text-align: center;
                  background: url(../img/tbg.png) no-repeat center center;
                  background-size: contain; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 24px;
                    color: #333;
                    line-height: 24px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 13px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 22px;
                    text-align: center;
                    font-family: Arial; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit > .tit {
                    background: url(../img/tbg.png) no-repeat center center; }
                    .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit > .tit .text {
                      font-size: 26px;
                      line-height: 26px; }
                    .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit > .tit .en {
                      font-size: 12px;
                      line-height: 18px; } }
              @media (min-width: 750px) and (max-width: 1024px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 100%;
                  height: auto;
                  text-align: center;
                  margin: 0 auto 30px auto;
                  background: url(../img/tbg.png) no-repeat center center; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 30px;
                    color: #333;
                    line-height: 30px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 12px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 22px;
                    text-align: center;
                    font-family: Arial; } }
              @media (min-width: 1024px) and (max-width: 1265px) {
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit {
                  width: 100%;
                  height: auto;
                  margin: 0 auto 40px auto;
                  text-align: center;
                  background: url(../img/tbg.png) no-repeat center center; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .text {
                    font-size: 30px;
                    color: #333;
                    line-height: 30px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .tit .en {
                    font-size: 12px;
                    color: #666;
                    opacity: 0.5;
                    line-height: 22px;
                    text-align: center;
                    font-family: Arial; } }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .con {
              width: 100%;
              height: auto;
              position: relative; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .con img {
                width: 100%;
                height: auto; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .con .tu {
                width: 230px;
                height: 183px;
                position: absolute;
                right: 10px;
                bottom: -45px; }
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide > .con .tu img {
                  width: 100%;
                  height: 100%; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
              width: 100%;
              height: auto;
              margin-top: 80px; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .tit {
                font-size: 21px;
                color: #0fa5d9;
                font-weight: bold; }
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .tit a {
                  color: #0fa5d9; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r > .con {
                font-size: 14px;
                color: #888; }
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r > .con a {
                  color: #888; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r > .con a p {
                    font-size: 14px;
                    line-height: 30px;
                    padding-bottom: 5px; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico {
                width: 100%;
                height: auto;
                text-align: right;
                margin-top: 40px; }
                .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a {
                  vertical-align: top;
                  margin: 0 2px; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.company {
                    width: 78px;
                    height: 32px;
                    display: inline-block;
                    border-radius: 32px;
                    border: 1px solid #e7e7e7;
                    background: url(../img/b.png) no-repeat 15px center;
                    padding-left: 40px;
                    line-height: 32px;
                    text-align: left;
                    color: #b5b5b5;
                    font-size: 14px;
                    font-weight: bold; }
                    .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.company.cur {
                      background: url(../img/jss.png) no-repeat 15px center #FFB933;
                      color: #fff;
                      border-color: #FFB933; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.company1 {
                    width: 32px;
                    height: 32px;
                    border: 1px solid #e7e7e7;
                    border-radius: 50%;
                    display: inline-block;
                    background: url(../img/b.png) no-repeat center center; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.peo {
                    width: 32px;
                    height: 32px;
                    border: 1px solid #e7e7e7;
                    border-radius: 50%;
                    display: inline-block;
                    background: url(../img/peo.png) no-repeat center center; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.peo2 {
                    width: 78px;
                    height: 32px;
                    display: inline-block;
                    border-radius: 32px;
                    border: 1px solid #e7e7e7;
                    background: url(../img/peo.png) no-repeat 15px center;
                    padding-left: 40px;
                    line-height: 32px;
                    text-align: left;
                    color: #b5b5b5;
                    font-size: 14px;
                    font-weight: bold; }
                    .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.peo2.cur {
                      background: url(../img/peo_w.png) no-repeat 15px center #FFB933;
                      color: #fff;
                      border-color: #FFB933; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.yx {
                    width: 32px;
                    height: 32px;
                    border: 1px solid #e7e7e7;
                    border-radius: 50%;
                    display: inline-block;
                    background: url(../img/yxx.png) no-repeat center center; }
                  .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.yx2 {
                    width: 78px;
                    height: 32px;
                    display: inline-block;
                    border-radius: 32px;
                    border: 1px solid #e7e7e7;
                    background: url(../img/yxx.png) no-repeat 15px center;
                    padding-left: 40px;
                    line-height: 32px;
                    text-align: left;
                    color: #b5b5b5;
                    font-size: 14px;
                    font-weight: bold; }
                    .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico a.yx2.cur {
                      background: url(../img/yx_w.png) no-repeat 15px center #FFB933;
                      color: #fff;
                      border-color: #FFB933; }
      @media (max-width: 1024px) {
        .main.welcome .about .box {
          display: none; }
        .main.welcome .about .about_swiper {
          display: block;
          width: 70%;
          margin: 30px auto 120px auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
            margin-top: 50px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .tit {
              font-size: 20px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico {
              margin-top: 35px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .con {
              font-size: 14px; }
              .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .con a p {
                font-size: 14px;
                line-height: 28px;
                padding-bottom: 5px; } }
      @media (max-width: 750px) {
        .main.welcome .about .about_swiper {
          display: block;
          width: 80%;
          margin: 30px auto 90px auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
            margin-top: 40px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .tit {
              font-size: 20px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico {
              margin-top: 35px; } }
      @media (max-width: 600px) {
        .main.welcome .about .about_swiper {
          display: block;
          width: 100%;
          margin: 30px auto 60px auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
            padding: 0 10px !important;
            width: 100%;
            box-sizing: border-box !important; } }
      @media (max-width: 500px) {
        .main.welcome .about .about_swiper {
          display: block;
          width: 100%;
          margin: 30px auto 60px auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
            margin-top: 30px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .tit {
              font-size: 18px; }
            .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r .ico {
              margin-top: 25px; } }
      @media (max-width: 415px) {
        .main.welcome .about .about_swiper {
          display: block;
          width: 100%;
          margin: 30px auto 60px auto; }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con .tu img {
            transform: scale(0.8); }
          .main.welcome .about .about_swiper .swiper-wrapper .swiper-slide .con_r {
            margin-top: 30px !important; } }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.welcome .about {
          margin-top: 55px;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.welcome .about .box {
            margin-top: 45px;
            padding-bottom: 35px; }
            .main.welcome .about .box .left {
              width: 29px;
              height: 45px;
              position: absolute;
              background: url(../img/left.jpg) no-repeat;
              left: 5px;
              top: 50%;
              margin-top: -23px; }
            .main.welcome .about .box .right {
              width: 29px;
              height: 45px;
              position: absolute;
              background: url(../img/right.jpg) no-repeat;
              right: 5px;
              top: 50%;
              margin-top: -23px; }
            .main.welcome .about .box .box2 {
              width: 85.5%;
              margin: 0 auto;
              overflow: hidden; }
              .main.welcome .about .box .box2 ul {
                width: 100%;
                height: 100%; }
                .main.welcome .about .box .box2 ul li {
                  width: 100%;
                  height: 100%;
                  float: left; }
                  .main.welcome .about .box .box2 ul li .con_l {
                    width: 39%;
                    height: auto;
                    float: left;
                    position: relative; }
                    .main.welcome .about .box .box2 ul li .con_l img {
                      width: 100%;
                      height: auto; }
                    .main.welcome .about .box .box2 ul li .con_l .tu {
                      width: 230px;
                      height: 183px;
                      position: absolute;
                      right: 10px;
                      bottom: -45px;
                      z-index: 10; }
                  .main.welcome .about .box .box2 ul li .con_r {
                    width: 57%;
                    height: auto;
                    float: right; }
                    .main.welcome .about .box .box2 ul li .con_r .tit {
                      font-size: 21px;
                      color: #0fa5d9;
                      font-weight: bold;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      white-space: nowrap; }
                      .main.welcome .about .box .box2 ul li .con_r .tit a {
                        color: #0fa5d9; }
                    .main.welcome .about .box .box2 ul li .con_r .con {
                      font-size: 14px;
                      color: #888; }
                      .main.welcome .about .box .box2 ul li .con_r .con a {
                        color: #888; }
                        .main.welcome .about .box .box2 ul li .con_r .con a p {
                          font-size: 14px;
                          line-height: 30px;
                          padding-bottom: 5px; } }
      @media (min-width: 850px) and (max-width: 1024px) {
        .main.welcome .about {
          margin-top: 55px;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; } }
      @media (min-width: 750px) and (max-width: 850px) {
        .main.welcome .about {
          margin-top: 55px;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; } }
      @media (min-width: 600px) and (max-width: 750px) {
        .main.welcome .about {
          margin-top: 55px;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; } }
      @media (min-width: 415px) and (max-width: 600px) {
        .main.welcome .about {
          margin-top: 35px;
          padding: 0;
          width: 100%;
          box-sizing: border-box; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.welcome .about {
          margin-top: 30px;
          padding: 0;
          width: 100%;
          box-sizing: border-box; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.welcome .about {
          margin-top: 25px;
          padding: 0;
          width: 100%;
          box-sizing: border-box; } }
  .main.about {
    width: 100%;
    height: auto; }
    .main.about .banner2 {
      width: 100%;
      height: 210px;
      position: relative; }
      @media (max-width: 1024px) {
        .main.about .banner2 {
          display: none; } }
      .main.about .banner2 .text {
        height: auto;
        text-align: right; }
        @media (max-width: 1024px) {
          .main.about .banner2 .text {
            position: absolute;
            left: 0;
            top: 0; } }
        .main.about .banner2 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.about .banner2 .text .en {
          font-size: 38px;
          color: #fff;
          clear: both;
          line-height: 50px; }
        .main.about .banner2 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.about .banner2 .text {
          height: auto;
          text-align: right;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.about .banner2 .text .line {
            width: 60px;
            height: 4px;
            float: right;
            margin-top: 65px;
            background: #fff;
            margin-bottom: 20px; }
          .main.about .banner2 .text .en {
            font-size: 34px;
            color: #fff;
            clear: both;
            line-height: 46px; }
          .main.about .banner2 .text .cn {
            font-size: 26px;
            color: #fff;
            line-height: 26px; } }
    .main.about .banner3 {
      width: 100%;
      height: auto;
      display: none;
      position: relative; }
      @media (max-width: 1024px) {
        .main.about .banner3 {
          display: block; } }
      @media print {
        .main.about .banner3 {
          width: 70%;
          height: auto;
          margin: 0 auto; } }
      .main.about .banner3 img {
        width: 100%;
        height: auto; }
      .main.about .banner3 .text {
        height: auto;
        text-align: right;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 100px; }
        .main.about .banner3 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.about .banner3 .text .en {
          font-size: 34px;
          color: #fff;
          clear: both;
          line-height: 46px; }
        .main.about .banner3 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
        @media (max-width: 750px) {
          .main.about .banner3 .text .line {
            margin-top: 50px;
            margin-bottom: 20px; }
          .main.about .banner3 .text .cn {
            font-size: 20px;
            color: #fff;
            line-height: 20px; } }
        @media (max-width: 640px) {
          .main.about .banner3 .text {
            top: 50px; }
            .main.about .banner3 .text .line {
              width: 60px;
              height: 4px;
              float: right; }
            .main.about .banner3 .text .en {
              font-size: 20px;
              color: #fff;
              clear: both;
              line-height: 40px; }
            .main.about .banner3 .text .cn {
              font-size: 16px;
              color: #fff;
              line-height: 32px; } }
        @media (max-width: 500px) {
          .main.about .banner3 .text {
            top: 20px; } }
        @media (max-width: 400px) {
          .main.about .banner3 .text {
            top: 10px; }
            .main.about .banner3 .text .line {
              margin-top: 35px; }
            .main.about .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.about .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 375px) {
          .main.about .banner3 .text {
            top: 0px; }
            .main.about .banner3 .text .line {
              margin-top: 30px; }
            .main.about .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.about .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
    .main.about .position {
      height: auto;
      font-size: 12px;
      color: #666;
      padding-top: 6px; }
      .main.about .position a {
        color: #bcbcbc; }
        @media (min-width: 1024px) {
          .main.about .position a:hover {
            color: #FFB933; } }
      .main.about .position i {
        color: #bcbcbc; }
      @media (min-width: 320px) and (max-width: 1285px) {
        .main.about .position {
          padding: 6px 20px 0 20px;
          width: 100%;
          box-sizing: border-box; } }
    .main.about .classification {
      width: 100%;
      height: auto;
      margin-top: 40px;
      text-align: center; }
      .main.about .classification a {
        display: inline-block;
        width: 160px;
        height: auto;
        font-size: 16px;
        color: #bcbcbc;
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 12px;
        margin: 0 2px;
        transition: all 0.5s;
        position: relative; }
        .main.about .classification a > .bor2 {
          width: 0%;
          height: 2px;
          background: #3ac5ff;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all 0.5s; }
        .main.about .classification a.cur > .bor2 {
          width: 100%; }
        @media (min-width: 1024px) {
          .main.about .classification a:hover > .bor2 {
            width: 100%; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.about .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.about .classification a {
            display: inline-block;
            width: 22%;
            height: auto;
            font-size: 13px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 5px;
            margin: 0 2px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.about .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.about .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 5px;
            margin: 0 2px; } }
      @media (min-width: 415px) and (max-width: 540px) {
        .main.about .classification {
          margin-top: 35px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.about .classification a {
            display: inline-block;
            width: 80px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 10px;
            margin: 0 2px; } }
      @media (min-width: 540px) and (max-width: 640px) {
        .main.about .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.about .classification a {
            display: inline-block;
            width: 110px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.about .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.about .classification a {
            display: inline-block;
            width: 130px;
            height: auto;
            font-size: 16px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px;
            transition: all 0.5s; } }
    .main.about .about_main {
      height: auto;
      width: 100%;
      padding-top: 100px; }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.about .about_main {
          padding-top: 40px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.about .about_main {
          padding-top: 50px; } }
      @media (min-width: 415px) and (max-width: 640px) {
        .main.about .about_main {
          padding-top: 50px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.about .about_main {
          padding-top: 60px; } }
      @media (min-width: 750px) and (max-width: 1024px) {
        .main.about .about_main {
          padding-top: 70px; } }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.about .about_main {
          padding-top: 80px; } }
      .main.about .about_main > .tit {
        width: 100%;
        height: auto;
        text-align: center;
        background: url(../img/tbg.png) no-repeat center center; }
        .main.about .about_main > .tit .text {
          font-size: 30px;
          color: #333;
          line-height: 30px; }
        .main.about .about_main > .tit .en {
          font-size: 12px;
          color: #666;
          opacity: 0.5;
          line-height: 22px;
          text-align: center;
          font-family: Arial; }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.about .about_main > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.about .about_main > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.about .about_main > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.about .about_main > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.about .about_main > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.about .about_main > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.about .about_main > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.about .about_main > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.about .about_main > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.about .about_main > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.about .about_main > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.about .about_main > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.about .about_main > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.about .about_main > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.about .about_main > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
        @media (min-width: 1024px) and (max-width: 1265px) {
          .main.about .about_main > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.about .about_main > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.about .about_main > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; } }
      .main.about .about_main .a_main {
        width: 100%;
        height: auto;
        margin-top: 85px;
        background: url(../img/abg.jpg) no-repeat right 15%;
        background-size: 44.5% 74%; }
        .main.about .about_main .a_main .ab {
          height: auto;
          padding-bottom: 120px; }
          .main.about .about_main .a_main .ab .ab_l {
            width: 48%;
            height: auto;
            float: left; }
            .main.about .about_main .a_main .ab .ab_l .text {
              font-size: 16px;
              color: #666;
              line-height: 26px; }
              .main.about .about_main .a_main .ab .ab_l .text p {
                padding-bottom: 25px; }
            .main.about .about_main .a_main .ab .ab_l .line {
              width: 180px;
              height: 3px;
              background: #f3f3f3;
              margin-top: 25px; }
            .main.about .about_main .a_main .ab .ab_l .en {
              font-size: 12px;
              color: #929292;
              font-family: Arial;
              opacity: 0.4;
              line-height: 20px;
              padding-top: 40px; }
          .main.about .about_main .a_main .ab .swiper-content {
            width: 100%;
            height: auto;
            display: none; }
            @media print {
              .main.about .about_main .a_main .ab .swiper-content {
                display: none; } }
            @media (max-width: 900px) {
              .main.about .about_main .a_main .ab .swiper-content {
                display: block; } }
            .main.about .about_main .a_main .ab .swiper-content .swiper-wrapper {
              width: 100%;
              height: auto; }
              .main.about .about_main .a_main .ab .swiper-content .swiper-wrapper .swiper-slide {
                width: 100%;
                height: auto;
                overflow: hidden; }
                .main.about .about_main .a_main .ab .swiper-content .swiper-wrapper .swiper-slide img {
                  width: 100%;
                  height: auto; }
          .main.about .about_main .a_main .ab .ab_r {
            width: 47%;
            height: auto;
            margin-top: 3px;
            float: right; }
            @media print {
              .main.about .about_main .a_main .ab .ab_r {
                display: none; } }
            .main.about .about_main .a_main .ab .ab_r .tu {
              width: 100%;
              overflow: hidden;
              height: auto;
              position: relative; }
              @media print {
                .main.about .about_main .a_main .ab .ab_r .tu {
                  display: none; } }
              .main.about .about_main .a_main .ab .ab_r .tu ul {
                height: auto;
                position: relative; }
                .main.about .about_main .a_main .ab .ab_r .tu ul li {
                  height: auto;
                  float: left;
                  overflow: hidden; }
                  @media (min-width: 1024px) {
                    .main.about .about_main .a_main .ab .ab_r .tu ul li:hover img {
                      transform: scale(1.1); } }
                  .main.about .about_main .a_main .ab .ab_r .tu ul li img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
                    @media print {
                      .main.about .about_main .a_main .ab .ab_r .tu ul li img {
                        width: 100%;
                        height: 300px; } }
              .main.about .about_main .a_main .ab .ab_r .tu .slide {
                width: 100%;
                height: auto;
                position: absolute;
                bottom: 20px;
                left: 0;
                text-align: center; }
                .main.about .about_main .a_main .ab .ab_r .tu .slide a {
                  display: inline-block;
                  width: 8px;
                  height: 8px;
                  background: #fff;
                  border-radius: 50%;
                  margin: 0 3px; }
                  .main.about .about_main .a_main .ab .ab_r .tu .slide a.cur {
                    width: 8px;
                    height: 8px;
                    background: none;
                    border: 2px solid #fff;
                    margin: 0 3px 0 3px;
                    position: relative;
                    top: 2px; }
        @media (min-width: 1100px) and (max-width: 1265px) {
          .main.about .about_main .a_main {
            margin-top: 75px; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 100px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 48%;
                height: auto;
                float: left; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 18px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 20px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 30px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 47%;
                height: auto;
                margin-top: 3px;
                float: right; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 1024px) and (max-width: 1100px) {
          .main.about .about_main .a_main {
            margin-top: 75px;
            background: url(../img/abg.jpg) no-repeat right 20% !important;
            background-size: 44.5% 60% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 100px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 48%;
                height: auto;
                float: left; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 18px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 20px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 30px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 47%;
                height: auto;
                margin-top: 3px;
                float: right; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 900px) and (max-width: 1024px) {
          .main.about .about_main .a_main {
            margin-top: 75px;
            background: url(../img/abg.jpg) no-repeat right 20% !important;
            background-size: 44.5% 55% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 100px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 48%;
                height: auto;
                float: left; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 18px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 20px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 30px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 49%;
                height: auto;
                margin-top: 3px;
                float: right; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (max-width: 900px) {
          .main.about .about_main .a_main .ab_r {
            display: none; } }
        @media (min-width: 750px) and (max-width: 900px) {
          .main.about .about_main .a_main {
            margin-top: 55px;
            background: url(../img/abg.jpg) no-repeat right 8% !important;
            background-size: 44.5% 55% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 100px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 30px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 15px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 20px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 30px; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.about .about_main .a_main {
            margin-top: 35px;
            background: url(../img/abg.jpg) no-repeat right 8% !important;
            background-size: 44.5% 48% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 80px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 30px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 10px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 15px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 25px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 100%;
                height: auto;
                float: none; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 550px) and (max-width: 640px) {
          .main.about .about_main .a_main {
            margin-top: 35px;
            background: url(../img/abg.jpg) no-repeat right 4% !important;
            background-size: 44.5% 42% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 70px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 25px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 8px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 10px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 20px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 100%;
                height: auto;
                float: none; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 415px) and (max-width: 550px) {
          .main.about .about_main .a_main {
            margin-top: 35px;
            background: url(../img/abg.jpg) no-repeat right 4% !important;
            background-size: 44.5% 38% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 70px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 25px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 8px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 10px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 20px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 100%;
                height: auto;
                float: none; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.about .about_main .a_main {
            margin-top: 35px;
            background: url(../img/abg.jpg) no-repeat right 4% !important;
            background-size: 44.5% 29% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 70px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 25px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 8px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 180px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 10px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 20px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 100%;
                height: auto;
                float: none; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.about .about_main .a_main {
            margin-top: 35px;
            background: url(../img/abg.jpg) no-repeat right 4% !important;
            background-size: 44.5% 25% !important; }
            .main.about .about_main .a_main .ab {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px 40px 20px; }
              .main.about .about_main .a_main .ab .ab_l {
                width: 100%;
                height: auto;
                float: none;
                padding-top: 25px; }
                .main.about .about_main .a_main .ab .ab_l .text {
                  font-size: 14px;
                  color: #666;
                  line-height: 24px; }
                  .main.about .about_main .a_main .ab .ab_l .text p {
                    padding-bottom: 8px; }
                .main.about .about_main .a_main .ab .ab_l .line {
                  width: 100px;
                  height: 3px;
                  background: #f3f3f3;
                  margin-top: 10px; }
                .main.about .about_main .a_main .ab .ab_l .en {
                  font-size: 12px;
                  color: #929292;
                  font-family: Arial;
                  opacity: 0.4;
                  line-height: 20px;
                  padding-top: 20px; }
              .main.about .about_main .a_main .ab .ab_r {
                width: 100%;
                height: auto;
                float: none; }
                .main.about .about_main .a_main .ab .ab_r .tu {
                  width: 100%;
                  height: auto; }
                  .main.about .about_main .a_main .ab .ab_r .tu img {
                    width: 100%;
                    height: auto; } }
      .main.about .about_main .deeds {
        height: auto;
        text-align: center;
        padding: 0 1% 135px 1%; }
        .main.about .about_main .deeds .list:last-child {
          border: none; }
        .main.about .about_main .deeds .list {
          display: block;
          float: left;
          width: 24.5%;
          height: auto;
          padding-top: 7px;
          height: 120px;
          border-right: 1px solid #cbcbcb;
          box-sizing: border-box; }
          @media (min-width: 1024px) {
            .main.about .about_main .deeds .list:hover .number {
              color: #3ac5ff;
              font-weight: bold; } }
          .main.about .about_main .deeds .list .number {
            font-size: 48px;
            color: #333;
            text-align: center;
            line-height: 60px; }
          .main.about .about_main .deeds .list .text {
            font-size: 16px;
            color: #666;
            text-align: center; }
        @media (min-width: 1024px) and (max-width: 1265px) {
          .main.about .about_main .deeds {
            padding: 0 20px 120px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list .number {
              font-size: 40px;
              color: #333;
              text-align: center;
              line-height: 60px;
              transition: all 0.3s; }
            .main.about .about_main .deeds .list .text {
              font-size: 14px;
              color: #666;
              text-align: center; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.about .about_main .deeds {
            padding: 0 20px 100px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list {
              height: 110px; }
              .main.about .about_main .deeds .list .number {
                font-size: 40px;
                color: #333;
                text-align: center;
                line-height: 60px; }
              .main.about .about_main .deeds .list .text {
                font-size: 14px;
                color: #666;
                text-align: center; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.about .about_main .deeds {
            padding: 0 20px 80px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list {
              height: 110px; }
              .main.about .about_main .deeds .list .number {
                font-size: 40px;
                color: #333;
                text-align: center;
                line-height: 60px; }
              .main.about .about_main .deeds .list .text {
                font-size: 14px;
                color: #666;
                text-align: center; } }
        @media (min-width: 470px) and (max-width: 640px) {
          .main.about .about_main .deeds {
            padding: 0 20px 70px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list {
              height: 90px; }
              .main.about .about_main .deeds .list .number {
                font-size: 30px;
                color: #333;
                text-align: center;
                line-height: 40px; }
              .main.about .about_main .deeds .list .text {
                font-size: 14px;
                color: #666;
                text-align: center; } }
        @media (min-width: 375px) and (max-width: 470px) {
          .main.about .about_main .deeds {
            padding: 0 20px 70px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list:nth-child(even) {
              border: none; }
            .main.about .about_main .deeds .list {
              height: 90px;
              width: 48%;
              margin: 10px 1%; }
              .main.about .about_main .deeds .list .number {
                font-size: 30px;
                color: #333;
                text-align: center;
                line-height: 40px; }
              .main.about .about_main .deeds .list .text {
                font-size: 14px;
                color: #666;
                text-align: center; } }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.about .about_main .deeds {
            padding: 0 20px 50px 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.about .about_main .deeds .list:nth-child(even) {
              border: none; }
            .main.about .about_main .deeds .list {
              height: 90px;
              width: 48%;
              margin: 10px 1%; }
              .main.about .about_main .deeds .list .number {
                font-size: 24px;
                color: #333;
                text-align: center;
                line-height: 40px; }
              .main.about .about_main .deeds .list .text {
                font-size: 14px;
                color: #666;
                text-align: center; } }
      .main.about .about_main .box {
        width: 1075px;
        height: auto;
        margin: 145px auto 0 auto;
        position: relative; }
        @media print {
          .main.about .about_main .box .box1 {
            width: 23%;
            height: auto;
            float: left;
            padding-top: 20px;
            border-top: 1px solid #ccc;
            margin-top: -200px; }
            .main.about .about_main .box .box1 .txt {
              font-size: 26px;
              color: #0fa5d9; }
            .main.about .about_main .box .box1 .line {
              width: 70px;
              height: 3px;
              background: #cccccc;
              margin-top: 10px; }
            .main.about .about_main .box .box1 .text {
              font-size: 13px;
              color: #999;
              padding-top: 19px; }
          .main.about .about_main .box .box2 {
            width: 36%;
            height: auto;
            left: 31.5%;
            top: 0px;
            position: absolute; }
            .main.about .about_main .box .box2 img {
              width: 100%;
              height: auto; }
            .main.about .about_main .box .box2 .cont {
              width: 100%;
              height: auto;
              position: absolute;
              text-align: center;
              top: 50%;
              margin-top: -47px; }
              .main.about .about_main .box .box2 .cont .t {
                font-size: 36px;
                color: #666;
                line-height: 66px;
                text-align: center; }
              .main.about .about_main .box .box2 .cont .en {
                font-size: 16px;
                color: #cbcbcb;
                text-align: center;
                line-height: 28px; }
          .main.about .about_main .box .box3 {
            width: 23%;
            height: auto;
            float: right;
            padding-top: 20px;
            border-top: 1px solid #ccc;
            margin-top: 0px; }
            .main.about .about_main .box .box3 .txt {
              font-size: 26px;
              color: #0fa5d9; }
            .main.about .about_main .box .box3 .line {
              width: 70px;
              height: 3px;
              background: #cccccc;
              margin-top: 10px; }
            .main.about .about_main .box .box3 .text {
              font-size: 13px;
              color: #999;
              padding-top: 19px; } }
        .main.about .about_main .box .box1 {
          width: 23%;
          height: auto;
          float: left;
          padding-top: 20px;
          border-top: 1px solid #ccc;
          margin-top: 50px; }
          .main.about .about_main .box .box1 .txt {
            font-size: 26px;
            color: #0fa5d9; }
          .main.about .about_main .box .box1 .line {
            width: 70px;
            height: 3px;
            background: #cccccc;
            margin-top: 10px; }
          .main.about .about_main .box .box1 .text {
            font-size: 13px;
            color: #999;
            padding-top: 19px; }
        .main.about .about_main .box .box2 {
          width: 36%;
          height: auto;
          left: 31.5%;
          top: 0px;
          position: absolute; }
          .main.about .about_main .box .box2 img {
            width: 100%;
            height: auto; }
          .main.about .about_main .box .box2 .cont {
            width: 100%;
            height: auto;
            position: absolute;
            text-align: center;
            top: 50%;
            margin-top: -47px; }
            .main.about .about_main .box .box2 .cont .t {
              font-size: 36px;
              color: #666;
              line-height: 66px;
              text-align: center; }
            .main.about .about_main .box .box2 .cont .en {
              font-size: 16px;
              color: #cbcbcb;
              text-align: center;
              line-height: 28px; }
        .main.about .about_main .box .box3 {
          width: 23%;
          height: auto;
          float: right;
          padding-top: 20px;
          border-top: 1px solid #ccc;
          margin-top: 50px; }
          .main.about .about_main .box .box3 .txt {
            font-size: 26px;
            color: #0fa5d9; }
          .main.about .about_main .box .box3 .line {
            width: 70px;
            height: 3px;
            background: #cccccc;
            margin-top: 10px; }
          .main.about .about_main .box .box3 .text {
            font-size: 13px;
            color: #999;
            padding-top: 19px; }
        @media (max-width: 1120px) {
          .main.about .about_main .box {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            margin-top: 130px; }
            .main.about .about_main .box .box3 {
              float: right; }
            .main.about .about_main .box .box1, .main.about .about_main .box .box3 {
              width: 24%;
              padding-top: 20px;
              margin-top: 50px; }
              .main.about .about_main .box .box1 .txt, .main.about .about_main .box .box3 .txt {
                font-size: 26px; }
              .main.about .about_main .box .box1 .line, .main.about .about_main .box .box3 .line {
                margin-top: 10px; }
              .main.about .about_main .box .box1 .text, .main.about .about_main .box .box3 .text {
                padding-top: 19px;
                font-size: 13px; } }
        @media (max-width: 1035px) {
          .main.about .about_main .box {
            margin-top: 120px; }
            .main.about .about_main .box .box1, .main.about .about_main .box .box3 {
              width: 26%; }
              .main.about .about_main .box .box1 .txt, .main.about .about_main .box .box3 .txt {
                font-size: 22px; }
              .main.about .about_main .box .box1 .line, .main.about .about_main .box .box3 .line {
                margin-top: 8px; }
              .main.about .about_main .box .box1 .text, .main.about .about_main .box .box3 .text {
                font-size: 12px; }
            .main.about .about_main .box .box2 {
              left: 35%;
              width: 30%; }
              .main.about .about_main .box .box2 .cont {
                margin-top: -39px; }
                .main.about .about_main .box .box2 .cont .t {
                  font-size: 28px;
                  color: #666;
                  line-height: 50px;
                  text-align: center; }
                .main.about .about_main .box .box2 .cont .en {
                  font-size: 16px;
                  color: #cbcbcb;
                  text-align: center;
                  line-height: 28px; } }
        @media (max-width: 900px) {
          .main.about .about_main .box .box2 .cont {
            margin-top: -29px; }
            .main.about .about_main .box .box2 .cont .t {
              font-size: 20px;
              line-height: 30px; }
            .main.about .about_main .box .box2 .cont .en {
              font-size: 14px;
              line-height: 28px;
              padding-top: 0px; }
          .main.about .about_main .box .box1 .txt, .main.about .about_main .box .box3 .txt {
            padding-top: 5px; } }
        @media (max-width: 800px) {
          .main.about .about_main .box {
            margin-top: 50px;
            position: static; }
            .main.about .about_main .box .box3, .main.about .about_main .box .box1 {
              float: none;
              border: none;
              width: 60%;
              margin: 30px auto 10px auto;
              border-left: none;
              padding-left: 25px;
              padding-top: 0;
              text-align: center; }
              .main.about .about_main .box .box3 .txt, .main.about .about_main .box .box1 .txt {
                line-height: 26px;
                padding-top: 0; }
              .main.about .about_main .box .box3 .line, .main.about .about_main .box .box1 .line {
                margin: 8px auto 0 auto; }
              .main.about .about_main .box .box3 .text, .main.about .about_main .box .box1 .text {
                padding-top: 5px; }
            .main.about .about_main .box .box2 {
              position: relative;
              width: 40%;
              left: inherit;
              margin: 0 auto 10px auto; } }
        @media (max-width: 500px) {
          .main.about .about_main .box {
            margin-top: 35px; }
            .main.about .about_main .box .box1, .main.about .about_main .box .box3 {
              width: 80%;
              margin: 25px auto 10px auto;
              padding-left: 15px;
              box-sizing: initial; }
              .main.about .about_main .box .box1 .txt, .main.about .about_main .box .box3 .txt {
                line-height: 26px;
                padding-top: 0;
                font-size: 16px; }
              .main.about .about_main .box .box1 .line, .main.about .about_main .box .box3 .line {
                margin-top: 3px;
                width: 40px; }
              .main.about .about_main .box .box1 .text, .main.about .about_main .box .box3 .text {
                padding-top: 5px;
                font-size: 12px; }
            .main.about .about_main .box .box2 {
              width: 60%;
              margin: 0 auto 10px auto; } }
        @media (max-width: 375px) {
          .main.about .about_main .box .box1, .main.about .about_main .box .box3 {
            width: 80%;
            padding-left: 15px;
            box-sizing: initial;
            margin: 20px auto 10px auto; }
            .main.about .about_main .box .box1 .txt, .main.about .about_main .box .box3 .txt {
              line-height: 26px;
              padding-top: 0;
              font-size: 16px; }
            .main.about .about_main .box .box1 .line, .main.about .about_main .box .box3 .line {
              margin-top: 3px; }
            .main.about .about_main .box .box1 .text, .main.about .about_main .box .box3 .text {
              padding-top: 5px;
              font-size: 11px; }
          .main.about .about_main .box .box2 {
            width: 60%;
            margin: 0px auto; } }
      .main.about .about_main .b {
        width: 1075px;
        height: auto;
        text-align: right;
        padding-bottom: 140px;
        margin: 220px auto 0 auto; }
        .main.about .about_main .b .box1 {
          width: 30%;
          box-sizing: border-box;
          padding-left: 35px;
          margin-top: 2px;
          height: auto;
          display: block;
          text-align: left;
          margin-left: 50%;
          border-left: 1px solid #ccc; }
          .main.about .about_main .b .box1 .txt {
            font-size: 26px;
            color: #0fa5d9; }
          .main.about .about_main .b .box1 .line {
            width: 70px;
            height: 3px;
            background: #cccccc;
            margin-top: 10px; }
          .main.about .about_main .b .box1 .text {
            font-size: 13px;
            color: #999;
            padding-top: 19px; }
        @media (max-width: 1120px) {
          .main.about .about_main .b {
            width: 100%;
            padding: 0 20px 120px 20px !important;
            box-sizing: border-box;
            margin: 220px auto 0 auto; }
            .main.about .about_main .b .box1 {
              width: 40%; }
              .main.about .about_main .b .box1 .txt {
                font-size: 26px; }
              .main.about .about_main .b .box1 .line {
                margin-top: 10px; }
              .main.about .about_main .b .box1 .text {
                font-size: 13px;
                padding-top: 19px; } }
        @media (max-width: 900px) {
          .main.about .about_main .b .box1 .txt {
            font-size: 22px; }
          .main.about .about_main .b .box1 .line {
            margin-top: 8px; }
          .main.about .about_main .b .box1 .text {
            font-size: 12px;
            padding-top: 5px; } }
        @media (max-width: 800px) {
          .main.about .about_main .b {
            margin-top: 50px;
            position: static;
            padding: 0 20px 90px 20px !important; }
            .main.about .about_main .b .box1 {
              float: none;
              border: none;
              text-align: center;
              width: 60%;
              margin: 30px auto 10px auto;
              border-left: none;
              padding-left: 25px;
              box-sizing: initial;
              padding-top: 0; }
              .main.about .about_main .b .box1 .txt {
                line-height: 26px;
                padding-top: 0; }
              .main.about .about_main .b .box1 .line {
                margin: 8px auto 0 auto; }
              .main.about .about_main .b .box1 .text {
                padding-top: 5px; } }
        @media (max-width: 500px) {
          .main.about .about_main .b {
            padding: 0 20px 70px 20px !important; }
            .main.about .about_main .b .box1 {
              width: 80%;
              padding-left: 15px;
              margin: 25px auto 0 auto;
              box-sizing: initial; }
              .main.about .about_main .b .box1 .txt {
                line-height: 26px;
                padding-top: 0;
                font-size: 16px; }
              .main.about .about_main .b .box1 .line {
                margin-top: 3px;
                width: 40px; }
              .main.about .about_main .b .box1 .text {
                padding-top: 5px;
                font-size: 12px; } }
        @media (max-width: 375px) {
          .main.about .about_main .b {
            position: static;
            padding: 0 20px 60px 20px !important; }
            .main.about .about_main .b .box1 {
              float: none;
              border: none;
              width: 80%;
              margin: 20px auto 10px auto;
              padding-left: 15px;
              box-sizing: initial;
              padding-top: 0; }
              .main.about .about_main .b .box1 .txt {
                line-height: 26px;
                padding-top: 0;
                font-size: 16px; }
              .main.about .about_main .b .box1 .line {
                margin-top: 3px; }
              .main.about .about_main .b .box1 .text {
                padding-top: 5px;
                font-size: 11px; } }
      .main.about .about_main .introduce_txt {
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 52px; }
        .main.about .about_main .introduce_txt .cn {
          font-size: 36px;
          color: #ffa800;
          line-height: 64px; }
        .main.about .about_main .introduce_txt .en {
          font-size: 14px;
          color: #666; }
        @media (max-width: 1300px) {
          .main.about .about_main .introduce_txt {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 50px;
            box-sizing: border-box;
            width: 100%; }
            .main.about .about_main .introduce_txt .cn {
              font-size: 30px;
              line-height: 52px; }
            .main.about .about_main .introduce_txt .en {
              font-size: 14px; } }
        @media (max-width: 1024px) {
          .main.about .about_main .introduce_txt {
            padding-top: 40px; } }
        @media (max-width: 750px) {
          .main.about .about_main .introduce_txt {
            padding-top: 35px; }
            .main.about .about_main .introduce_txt .cn {
              font-size: 26px;
              line-height: 44px; }
            .main.about .about_main .introduce_txt .en {
              font-size: 13px; } }
        @media (max-width: 640px) {
          .main.about .about_main .introduce_txt {
            padding-top: 35px; }
            .main.about .about_main .introduce_txt .cn {
              font-size: 26px;
              line-height: 44px; }
            .main.about .about_main .introduce_txt .en {
              font-size: 13px; } }
        @media (max-width: 415px) {
          .main.about .about_main .introduce_txt {
            padding-top: 30px; }
            .main.about .about_main .introduce_txt .cn {
              font-size: 20px;
              line-height: 32px; }
            .main.about .about_main .introduce_txt .en {
              font-size: 12px; } }
        @media (max-width: 375px) {
          .main.about .about_main .introduce_txt {
            padding-top: 25px; }
            .main.about .about_main .introduce_txt .cn {
              font-size: 18px;
              line-height: 28px; }
            .main.about .about_main .introduce_txt .en {
              font-size: 13px; } }
      .main.about .about_main .history {
        width: 100%;
        height: auto;
        margin-top: 37px;
        padding-bottom: 130px; }
        .main.about .about_main .history .year {
          width: 100%;
          height: auto;
          text-align: center;
          position: relative; }
          .main.about .about_main .history .year a {
            width: 120px;
            height: 35px;
            border-radius: 35px;
            font-size: 20px;
            color: #666;
            background: #e9e9e9;
            text-align: center;
            line-height: 35px;
            display: inline-block;
            margin: 0 15px;
            position: relative;
            transition: all 0.5s;
            z-index: 10; }
            .main.about .about_main .history .year a.cur {
              background: #4abfef;
              color: #fff; }
            @media (min-width: 1024px) {
              .main.about .about_main .history .year a:hover {
                background: #4abfef;
                color: #fff; } }
          .main.about .about_main .history .year .bor {
            width: 100%;
            height: 1px;
            background: #c7c7c7;
            position: absolute;
            top: 50%; }
        .main.about .about_main .history .wrap {
          height: auto;
          overflow: hidden;
          margin-top: 85px; }
          .main.about .about_main .history .wrap ul {
            width: 1415px;
            height: auto;
            position: relative; }
            .main.about .about_main .history .wrap ul li {
              width: 100%;
              height: auto;
              float: left; }
              .main.about .about_main .history .wrap ul li .wrap_l {
                width: 49%;
                height: auto;
                float: left;
                overflow: hidden; }
                .main.about .about_main .history .wrap ul li .wrap_l .tu {
                  width: 100%;
                  height: auto;
                  position: relative; }
                  .main.about .about_main .history .wrap ul li .wrap_l .tu img {
                    width: 100%;
                    height: auto; }
                  .main.about .about_main .history .wrap ul li .wrap_l .tu .text {
                    display: inline-block;
                    height: auto;
                    position: absolute;
                    right: 12%;
                    top: 40px; }
                    .main.about .about_main .history .wrap ul li .wrap_l .tu .text .year {
                      font-size: 87px;
                      color: #FFB933;
                      font-family: COPRGTL;
                      text-align: right;
                      line-height: 90px; }
                    .main.about .about_main .history .wrap ul li .wrap_l .tu .text .t {
                      font-size: 34px;
                      color: #FFB933;
                      line-height: 38px;
                      text-align: center; }
              .main.about .about_main .history .wrap ul li .wrap_r {
                width: 45%;
                height: 100%;
                float: right;
                background: #ebebeb;
                padding: 0 2% 0 4%;
                font-size: 14px;
                color: #666;
                line-height: 22px; }
                .main.about .about_main .history .wrap ul li .wrap_r .w_m {
                  width: 100%;
                  height: 90%;
                  margin-top: 25px; }
                  .main.about .about_main .history .wrap ul li .wrap_r .w_m p {
                    padding-top: 25px; }
                    .main.about .about_main .history .wrap ul li .wrap_r .w_m p span {
                      font-weight: bold; }
        @media (max-width: 1430px) {
          .main.about .about_main .history {
            margin-top: 30px;
            padding-bottom: 100px; }
            .main.about .about_main .history .year a {
              width: 120px;
              height: 35px; }
            .main.about .about_main .history .wrap {
              margin: 80px 20px 0 20px;
              box-sizing: border-box; }
              .main.about .about_main .history .wrap ul li .wrap_l .tu .text .year {
                font-size: 45px;
                line-height: 50px; }
              .main.about .about_main .history .wrap ul li .wrap_l .tu .text .t {
                font-size: 28px; }
              .main.about .about_main .history .wrap ul li .wrap_r {
                width: 45%;
                height: 100%;
                float: right;
                background: #ebebeb;
                padding: 0 2% 0 4%;
                font-size: 14px;
                color: #666;
                line-height: 22px; }
                .main.about .about_main .history .wrap ul li .wrap_r .w_m {
                  width: 100%;
                  height: 90%;
                  margin-top: 25px; }
                  .main.about .about_main .history .wrap ul li .wrap_r .w_m p {
                    padding-top: 20px; }
                    .main.about .about_main .history .wrap ul li .wrap_r .w_m p span {
                      font-weight: bold; } }
        @media (max-width: 1024px) {
          .main.about .about_main .history {
            display: none; } }
      .main.about .about_main .history-main {
        margin: 35px 20px 130px 20px;
        padding-top: 60px;
        display: none; }
        .main.about .about_main .history-main .swiper-wrapper {
          width: 100%;
          height: auto; }
          .main.about .about_main .history-main .swiper-wrapper .swiper-slide {
            width: 100%; }
            .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr {
              width: 100%;
              height: 100%; }
              .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr .tu {
                width: 100%;
                height: auto; }
                .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr .tu img {
                  width: 100%;
                  height: auto; }
              .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr .text {
                width: 96%;
                height: auto;
                background: #f5f5f5;
                font-size: 14px;
                overflow: auto;
                color: #666;
                padding: 0 2%;
                padding-top: 10px;
                padding-bottom: 15px;
                margin-top: 20px; }
                .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr .text p span {
                  font-weight: bold; }
                @media (max-width: 415px) {
                  .main.about .about_main .history-main .swiper-wrapper .swiper-slide .wr .text {
                    font-size: 12px; } }
        @media (max-width: 1024px) {
          .main.about .about_main .history-main {
            display: block;
            margin: 35px 20px 100px 20px; } }
        @media (max-width: 750px) {
          .main.about .about_main .history-main {
            display: block;
            margin: 30px 20px 70px 20px; } }
        @media (max-width: 640px) {
          .main.about .about_main .history-main {
            display: block;
            margin: 25px 20px 50px 20px; } }
        @media (max-width: 450px) {
          .main.about .about_main .history-main {
            display: block;
            margin: 10px 20px 40px 20px;
            padding-top: 50px; } }
      .main.about .about_main .honor {
        height: auto;
        overflow: hidden;
        padding-bottom: 70px;
        margin-top: 100px; }
        .main.about .about_main .honor ul {
          width: 110%;
          height: auto; }
          .main.about .about_main .honor ul li {
            width: 28.2%;
            height: auto;
            margin-right: 2.8%;
            float: left;
            margin-bottom: 45px; }
            @media (min-width: 1024px) {
              .main.about .about_main .honor ul li:hover .text {
                background: #FFB933;
                color: #fff; }
              .main.about .about_main .honor ul li:hover .tu img {
                transform: scale(1.1); } }
            .main.about .about_main .honor ul li .tu {
              width: 100%;
              overflow: hidden;
              height: auto; }
              .main.about .about_main .honor ul li .tu img {
                width: 100%;
                height: auto;
                transition: all 0.5s; }
            .main.about .about_main .honor ul li .text {
              width: 100%;
              height: 75px;
              transition: all 0.5s;
              background: #f5f5f5;
              text-align: center;
              line-height: 75px;
              font-size: 17px;
              color: #666;
              font-weight: bold;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
        @media (max-width: 1300px) {
          .main.about .about_main .honor {
            padding: 0 20px 60px 20px;
            width: 100%;
            box-sizing: border-box;
            margin-top: 90px; }
            .main.about .about_main .honor ul {
              width: 100%; }
              .main.about .about_main .honor ul li {
                width: 31.3%;
                margin: 0 1% 25px 1%; } }
        @media (max-width: 1024px) {
          .main.about .about_main .honor {
            margin-top: 70px; }
            .main.about .about_main .honor ul li .text {
              height: 60px;
              line-height: 60px; } }
        @media (max-width: 750px) {
          .main.about .about_main .honor {
            margin-top: 60px; }
            .main.about .about_main .honor ul li {
              margin: 0 1% 20px 1%; }
              .main.about .about_main .honor ul li .text {
                font-size: 14px; } }
        @media (max-width: 640px) {
          .main.about .about_main .honor {
            margin-top: 50px; }
            .main.about .about_main .honor ul li {
              width: 48%;
              margin: 0 1% 15px 1%; }
              .main.about .about_main .honor ul li .text {
                height: 45px;
                line-height: 45px; } }
        @media (max-width: 500px) {
          .main.about .about_main .honor ul li .text {
            padding: 0 3%;
            width: 94%; } }
        @media (max-width: 415px) {
          .main.about .about_main .honor {
            margin-top: 40px;
            padding: 0 20px 40px 20px; }
            .main.about .about_main .honor ul li .text {
              font-size: 12px;
              height: 40px;
              line-height: 40px; } }
        @media (max-width: 375px) {
          .main.about .about_main .honor {
            margin-top: 35px;
            padding: 0 20px 35px 20px; }
            .main.about .about_main .honor ul li {
              width: 100%; }
              .main.about .about_main .honor ul li .text {
                font-size: 12px;
                height: 40px;
                line-height: 40px; } }
  .main.introduce {
    width: 100%;
    height: auto;
    background: #f5f5f5; }
    .main.introduce .banner2 {
      width: 100%;
      height: 210px;
      position: relative; }
      @media (max-width: 1024px) {
        .main.introduce .banner2 {
          display: none; } }
      .main.introduce .banner2 .text {
        height: auto;
        text-align: right; }
        @media (max-width: 1024px) {
          .main.introduce .banner2 .text {
            position: absolute;
            left: 0;
            top: 0; } }
        .main.introduce .banner2 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.introduce .banner2 .text .en {
          font-size: 38px;
          color: #fff;
          clear: both;
          line-height: 50px; }
        .main.introduce .banner2 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.introduce .banner2 .text {
          height: auto;
          text-align: right;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.introduce .banner2 .text .line {
            width: 60px;
            height: 4px;
            float: right;
            margin-top: 65px;
            background: #fff;
            margin-bottom: 20px; }
          .main.introduce .banner2 .text .en {
            font-size: 34px;
            color: #fff;
            clear: both;
            line-height: 46px; }
          .main.introduce .banner2 .text .cn {
            font-size: 26px;
            color: #fff;
            line-height: 26px; } }
    .main.introduce .banner3 {
      width: 100%;
      height: auto;
      display: none;
      position: relative; }
      @media (max-width: 1024px) {
        .main.introduce .banner3 {
          display: block; } }
      .main.introduce .banner3 img {
        width: 100%;
        height: auto; }
      .main.introduce .banner3 .text {
        height: auto;
        text-align: right;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 100px; }
        .main.introduce .banner3 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.introduce .banner3 .text .en {
          font-size: 34px;
          color: #fff;
          clear: both;
          line-height: 46px; }
        .main.introduce .banner3 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
        @media (max-width: 750px) {
          .main.introduce .banner3 .text .line {
            margin-top: 50px;
            margin-bottom: 20px; }
          .main.introduce .banner3 .text .cn {
            font-size: 20px;
            color: #fff;
            line-height: 20px; } }
        @media (max-width: 640px) {
          .main.introduce .banner3 .text {
            top: 50px; }
            .main.introduce .banner3 .text .line {
              width: 60px;
              height: 4px;
              float: right; }
            .main.introduce .banner3 .text .en {
              font-size: 20px;
              color: #fff;
              clear: both;
              line-height: 40px; }
            .main.introduce .banner3 .text .cn {
              font-size: 16px;
              color: #fff;
              line-height: 32px; } }
        @media (max-width: 500px) {
          .main.introduce .banner3 .text {
            top: 20px; } }
        @media (max-width: 400px) {
          .main.introduce .banner3 .text {
            top: 10px; }
            .main.introduce .banner3 .text .line {
              margin-top: 35px; }
            .main.introduce .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.introduce .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 375px) {
          .main.introduce .banner3 .text {
            top: 0px; }
            .main.introduce .banner3 .text .line {
              margin-top: 30px; }
            .main.introduce .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.introduce .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
    .main.introduce .position {
      height: auto;
      font-size: 12px;
      color: #666;
      padding-top: 6px; }
      .main.introduce .position a {
        color: #bcbcbc; }
        @media (min-width: 1024px) {
          .main.introduce .position a:hover {
            color: #FFB933; } }
      .main.introduce .position i {
        color: #bcbcbc; }
      @media (min-width: 320px) and (max-width: 1285px) {
        .main.introduce .position {
          padding: 6px 20px 0 20px;
          width: 100%;
          box-sizing: border-box; } }
    .main.introduce .classification {
      width: 100%;
      height: auto;
      margin-top: 40px;
      text-align: center; }
      .main.introduce .classification a {
        display: inline-block;
        width: 160px;
        height: auto;
        font-size: 16px;
        color: #bcbcbc;
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 12px;
        margin: 0 2px;
        transition: all 0.5s;
        position: relative; }
        .main.introduce .classification a > .bor2 {
          width: 0%;
          height: 2px;
          background: #3ac5ff;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all 0.5s; }
        .main.introduce .classification a.cur > .bor2 {
          width: 100%; }
        @media (min-width: 1024px) {
          .main.introduce .classification a:hover > .bor2 {
            width: 100%; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.introduce .classification {
          margin-top: 25px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.introduce .classification a {
            display: inline-block;
            width: 22%;
            height: auto;
            font-size: 13px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 7px;
            margin: 0 2px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.introduce .classification {
          margin-top: 25px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.introduce .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 10px;
            margin: 0 2px; } }
      @media (min-width: 415px) and (max-width: 540px) {
        .main.introduce .classification {
          margin-top: 25px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.introduce .classification a {
            display: inline-block;
            width: 80px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 10px;
            margin: 0 2px; } }
      @media (min-width: 540px) and (max-width: 640px) {
        .main.introduce .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.introduce .classification a {
            display: inline-block;
            width: 110px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.introduce .classification {
          margin-top: 30px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.introduce .classification a {
            display: inline-block;
            width: 130px;
            height: auto;
            font-size: 16px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px;
            transition: all 0.5s; } }
    .main.introduce .introduce_main {
      height: auto;
      padding-top: 78px;
      padding-bottom: 45px; }
      .main.introduce .introduce_main ul {
        width: 110%;
        height: auto;
        display: none;
        transition: all 0.5s; }
        .main.introduce .introduce_main ul.show {
          display: block; }
        .main.introduce .introduce_main ul li {
          width: 21.7%;
          height: auto;
          margin-bottom: 43px;
          float: left;
          margin-right: 1.2%;
          position: relative;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .main.introduce .introduce_main ul li:hover {
              box-shadow: 8px 8px 15px #bbbbbb;
              transform: translateY(-10px); }
              .main.introduce .introduce_main ul li:hover .code {
                opacity: 1 !important;
                display: block; }
              .main.introduce .introduce_main ul li:hover .text .name {
                font-weight: bold; } }
          .main.introduce .introduce_main ul li .code {
            width: 45px;
            height: 45px;
            background: url(../img/code.png) no-repeat;
            position: absolute;
            right: 0;
            top: 0;
            transition: all 0.5s;
            cursor: pointer;
            opacity: 0;
            z-index: 10;
            transform-origin: bottom right; }
          .main.introduce .introduce_main ul li .tu {
            width: 100%;
            height: auto;
            display: block;
            overflow: hidden;
            position: relative; }
            .main.introduce .introduce_main ul li .tu > img {
              width: 100%;
              height: auto; }
            .main.introduce .introduce_main ul li .tu .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              background: #000;
              display: none;
              opacity: 0.7;
              z-index: 9;
              transition: all 0.5s; }
              .main.introduce .introduce_main ul li .tu .mask.s {
                opacity: 1; }
            .main.introduce .introduce_main ul li .tu .img {
              width: 47%;
              height: auto;
              position: absolute;
              left: 50%;
              z-index: 9;
              margin-left: -23.5%;
              top: 50%;
              opacity: 0; }
              .main.introduce .introduce_main ul li .tu .img img {
                width: 100%;
                height: auto; }
          .main.introduce .introduce_main ul li .text {
            width: 87.8%;
            background: #fff;
            height: 140px;
            border-bottom: 3px solid #ebebeb;
            padding: 0 4.3% 0 7.9%; }
            .main.introduce .introduce_main ul li .text .name {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 17px;
              color: #333;
              line-height: 30px;
              padding-top: 10px;
              transition: all 0.3s; }
            .main.introduce .introduce_main ul li .text .con {
              font-size: 14px;
              color: #666;
              display: block; }
            .main.introduce .introduce_main ul li .text .ico {
              width: 100%;
              text-align: right;
              margin-top: 20px;
              height: auto; }
              .main.introduce .introduce_main ul li .text .ico .app {
                width: 65px;
                height: 28px;
                border: 1px solid #ebebeb;
                border-radius: 28px;
                background: url(../img/p.png) no-repeat 15% center;
                padding-left: 35px;
                display: inline-block;
                font-size: 13px;
                color: #999;
                line-height: 28px;
                text-align: left;
                margin: 0 1px;
                transition: all 0.5s;
                letter-spacing: -1px; }
                @media (max-width: 600px) {
                  .main.introduce .introduce_main ul li .text .ico .app {
                    letter-spacing: 0px; } }
                @media (min-width: 1024px) {
                  .main.introduce .introduce_main ul li .text .ico .app:hover {
                    color: #fff;
                    background: url(../img/p2.png) no-repeat 15% center #FFB933;
                    border-color: #FFB933; } }
              .main.introduce .introduce_main ul li .text .ico .android {
                width: 65px;
                height: 28px;
                border: 1px solid #ebebeb;
                border-radius: 28px;
                background: url(../img/and.png) no-repeat 15% center;
                padding-left: 35px;
                display: inline-block;
                font-size: 13px;
                color: #999;
                line-height: 28px;
                text-align: left;
                margin: 0 1px; }
                @media (min-width: 1024px) {
                  .main.introduce .introduce_main ul li .text .ico .android:hover {
                    color: #fff;
                    background: url(../img/and2.png) no-repeat 15% center #FFB933;
                    border-color: #FFB933; } }
      @media (max-width: 1265px) {
        .main.introduce .introduce_main {
          padding: 70px 20px 45px 20px;
          box-sizing: border-box;
          width: 100%; }
          .main.introduce .introduce_main ul {
            width: 100%; }
            .main.introduce .introduce_main ul li {
              width: 23%;
              margin: 0 1% 35px 1%; }
              .main.introduce .introduce_main ul li .text {
                width: 87.8%;
                height: 130px;
                padding: 0 4.3% 0 7.9%; }
                .main.introduce .introduce_main ul li .text .name {
                  font-size: 15px;
                  line-height: 28px;
                  padding-top: 8px; }
                .main.introduce .introduce_main ul li .text .con {
                  font-size: 14px; }
                .main.introduce .introduce_main ul li .text .ico {
                  margin-top: 12px; }
                  .main.introduce .introduce_main ul li .text .ico .app {
                    width: 60px;
                    height: 28px;
                    background: url(../img/p.png) no-repeat 15% center;
                    padding-left: 30px;
                    font-size: 12px;
                    line-height: 28px; }
                  .main.introduce .introduce_main ul li .text .ico .android {
                    width: 60px;
                    height: 28px;
                    background: url(../img/and.png) no-repeat 15% center;
                    padding-left: 30px;
                    font-size: 12px;
                    line-height: 28px; } }
      @media (max-width: 1024px) {
        .main.introduce .introduce_main ul li .code {
          display: none; } }
      @media (max-width: 1100px) {
        .main.introduce .introduce_main {
          padding: 50px 20px 45px 20px;
          box-sizing: border-box;
          width: 100%; }
          .main.introduce .introduce_main ul {
            width: 100%; }
            .main.introduce .introduce_main ul li {
              width: 23%;
              margin: 0 1% 35px 1%; }
              .main.introduce .introduce_main ul li .text {
                width: 87.8%;
                height: 130px;
                padding: 0 4.3% 0 7.9%; }
                .main.introduce .introduce_main ul li .text .name {
                  font-size: 14px;
                  line-height: 23px;
                  padding-top: 8px; }
                .main.introduce .introduce_main ul li .text .con {
                  font-size: 12px; }
                .main.introduce .introduce_main ul li .text .ico {
                  margin-top: 10px; }
                  .main.introduce .introduce_main ul li .text .ico .app {
                    width: 65px;
                    height: 28px;
                    background: url(../img/p.png) no-repeat 10% center;
                    padding-left: 25px;
                    font-size: 12px;
                    line-height: 28px; }
                  .main.introduce .introduce_main ul li .text .ico .android {
                    width: 65px;
                    height: 28px;
                    background: url(../img/and.png) no-repeat 10% center;
                    padding-left: 25px;
                    font-size: 12px;
                    line-height: 28px; } }
      @media (max-width: 1024px) {
        .main.introduce .introduce_main {
          padding: 50px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 24%;
            margin: 0 0.5% 25px 0.5%; }
            .main.introduce .introduce_main ul li .text {
              width: 91.5%;
              height: 120px;
              padding: 0 3.5% 0 5%; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 14px;
                line-height: 23px;
                padding-top: 8px; }
              .main.introduce .introduce_main ul li .text .con {
                font-size: 12px; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 10px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  width: 65px;
                  height: 28px;
                  background: url(../img/p.png) no-repeat 10% center;
                  padding-left: 25px;
                  font-size: 12px;
                  line-height: 28px;
                  float: left;
                  display: block; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  width: 65px;
                  height: 28px;
                  background: url(../img/and.png) no-repeat 10% center;
                  padding-left: 25px;
                  font-size: 12px;
                  line-height: 28px;
                  float: right;
                  display: block; } }
      @media (max-width: 920px) {
        .main.introduce .introduce_main {
          padding: 50px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 31.3%;
            margin: 0 1% 30px 1%; }
            .main.introduce .introduce_main ul li .text {
              width: 90.5%;
              height: 120px;
              padding: 0 3.5% 0 6%; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 14px;
                line-height: 23px;
                padding-top: 8px; }
              .main.introduce .introduce_main ul li .text .con {
                font-size: 12px; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 10px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  display: inline-block;
                  float: none; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  float: none;
                  display: inline-block; } }
      @media (max-width: 740px) {
        .main.introduce .introduce_main {
          padding: 40px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 31.3%;
            margin: 0 1% 25px 1%; }
            .main.introduce .introduce_main ul li .text {
              width: 90.5%;
              height: 120px;
              padding: 0 3.5% 0 6%; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 14px;
                line-height: 23px;
                padding-top: 8px; }
              .main.introduce .introduce_main ul li .text .con {
                font-size: 12px; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 10px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  display: block;
                  float: left;
                  background-position: 8% center;
                  width: 60px;
                  padding-left: 23px;
                  margin: 0; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  float: right;
                  display: block;
                  background-position: 8% center;
                  width: 60px;
                  padding-left: 23px;
                  margin: 0; } }
      @media (max-width: 660px) {
        .main.introduce .introduce_main {
          padding: 35px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 48%;
            margin: 0 1% 20px 1%; }
            .main.introduce .introduce_main ul li .text {
              height: 100px; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 16px;
                padding-top: 18px; }
              .main.introduce .introduce_main ul li .text .con {
                display: none; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 10px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  display: block;
                  float: left;
                  background-position: 10% center;
                  width: 60px;
                  padding-left: 23px;
                  margin: 0; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  float: right;
                  display: block;
                  background-position: 10% center;
                  width: 60px;
                  padding-left: 23px;
                  margin: 0; } }
      @media (max-width: 450px) {
        .main.introduce .introduce_main {
          padding: 35px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 48%;
            margin: 0 1% 20px 1%; }
            .main.introduce .introduce_main ul li .text {
              height: 80px; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 15px;
                padding-top: 10px; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 5px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  display: block;
                  float: left;
                  background-position: 10% center;
                  width: 48%;
                  padding-left: 18px;
                  margin: 0;
                  height: 25px;
                  line-height: 25px;
                  font-size: 10px;
                  box-sizing: border-box;
                  background-size: 10.2px 15.2px; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  float: right;
                  display: block;
                  background-position: 10% center;
                  width: 48%;
                  padding-left: 18px;
                  margin: 0;
                  font-size: 10px;
                  height: 25px;
                  line-height: 25px;
                  box-sizing: border-box;
                  background-size: 12px 12.8px; } }
      @media (max-width: 360px) {
        .main.introduce .introduce_main {
          padding: 35px 20px 45px 20px; }
          .main.introduce .introduce_main ul li {
            width: 48%;
            margin: 0 1% 20px 1%; }
            .main.introduce .introduce_main ul li .text {
              height: 80px; }
              .main.introduce .introduce_main ul li .text .name {
                font-size: 15px;
                padding-top: 10px; }
              .main.introduce .introduce_main ul li .text .ico {
                margin-top: 5px;
                overflow: hidden; }
                .main.introduce .introduce_main ul li .text .ico .app {
                  display: block;
                  float: left;
                  background-position: 10% center;
                  width: 48%;
                  padding-left: 18px;
                  margin: 0;
                  height: 25px;
                  line-height: 25px;
                  font-size: 8px;
                  box-sizing: border-box;
                  background-size: 10.2px 15.2px; }
                .main.introduce .introduce_main ul li .text .ico .android {
                  float: right;
                  display: block;
                  background-position: 10% center;
                  width: 48%;
                  padding-left: 18px;
                  margin: 0;
                  font-size: 8px;
                  height: 25px;
                  line-height: 25px;
                  box-sizing: border-box;
                  background-size: 12px 12.8px; } }
    .main.introduce .brief {
      width: 100%;
      height: 461px;
      position: relative; }
      @media (max-width: 700px) {
        .main.introduce .brief {
          height: 350px; } }
      @media (max-width: 600px) {
        .main.introduce .brief {
          height: auto;
          background: none !important; } }
      .main.introduce .brief .pic {
        width: 100%;
        height: auto;
        display: none; }
        @media (max-width: 600px) {
          .main.introduce .brief .pic {
            display: block; } }
        .main.introduce .brief .pic img {
          width: 100%;
          height: auto; }
      .main.introduce .brief .position {
        height: auto;
        font-size: 12px;
        color: #fff;
        padding-top: 15px;
        padding-left: 12px; }
        .main.introduce .brief .position a {
          color: #fff; }
          @media (min-width: 1024px) {
            .main.introduce .brief .position a:hover {
              color: #FFB933; } }
        .main.introduce .brief .position i {
          color: #fff; }
        @media (min-width: 600px) and (max-width: 1285px) {
          .main.introduce .brief .position {
            padding: 6px 20px 0 20px;
            width: 100%;
            box-sizing: border-box; } }
        @media (max-width: 600px) {
          .main.introduce .brief .position {
            position: absolute;
            left: 0px;
            padding-left: 20px;
            top: 10px;
            padding-top: 0; } }
      .main.introduce .brief .ico {
        width: 68%;
        height: auto;
        position: absolute;
        bottom: 50px;
        left: 32%; }
        .main.introduce .brief .ico a {
          width: 90px;
          height: 40px;
          border-radius: 40px;
          display: inline-block;
          padding-left: 50px;
          font-size: 16px;
          color: #9c9b9b;
          margin: 0 3px;
          line-height: 40px;
          text-align: left; }
          .main.introduce .brief .ico a.app {
            background: url(../img/pp.png) no-repeat 20px center #fff; }
            .main.introduce .brief .ico a.app.cur {
              background: url(../img/pp22.png) no-repeat 20px center #FFB933;
              color: #fff; }
            @media (min-width: 1024px) {
              .main.introduce .brief .ico a.app:hover {
                background: url(../img/pp22.png) no-repeat 20px center #FFB933;
                color: #fff; } }
          .main.introduce .brief .ico a.and {
            background: url(../img/dd.png) no-repeat 20px center #fff; }
            .main.introduce .brief .ico a.and.cur {
              background: url(../img/d.png) no-repeat 20px center #FFB933;
              color: #fff; }
            @media (min-width: 1024px) {
              .main.introduce .brief .ico a.and:hover {
                background: url(../img/d.png) no-repeat 20px center #FFB933;
                color: #fff; } }
        @media (max-width: 1265px) {
          .main.introduce .brief .ico {
            padding: 0 20px;
            box-sizing: border-box;
            left: 15%; } }
        @media (max-width: 540px) {
          .main.introduce .brief .ico {
            left: 0;
            bottom: 30px; }
            .main.introduce .brief .ico a {
              width: 80px;
              height: 30px;
              line-height: 30px;
              font-size: 14px;
              padding-left: 30px; }
              .main.introduce .brief .ico a.app {
                background-size: 15.2px 21.6px;
                background-position: 10px center; }
                .main.introduce .brief .ico a.app.cur {
                  background-size: 15.2px 17.6px !important;
                  background-position: 10px center; }
              .main.introduce .brief .ico a.and {
                background-size: 15.2px 17.6px !important;
                background-position: 10px center;
                font-size: 14px; }
                .main.introduce .brief .ico a.and.cur {
                  background-size: 15.2px 17.6px !important;
                  background-position: 10px center; } }
        @media (max-width: 480px) {
          .main.introduce .brief .ico {
            left: 0; }
            .main.introduce .brief .ico a {
              width: 60px;
              height: 30px;
              line-height: 30px;
              font-size: 12px;
              padding-left: 30px; }
              .main.introduce .brief .ico a.app {
                background-size: 15.2px 21.6px;
                background-position: 10px center; }
                .main.introduce .brief .ico a.app.cur {
                  background-size: 15.2px 17.6px !important;
                  background-position: 10px center; }
              .main.introduce .brief .ico a.and {
                background-size: 15.2px 17.6px !important;
                background-position: 10px center !important;
                font-size: 12px; }
                .main.introduce .brief .ico a.and.cur {
                  background-size: 15.2px 17.6px !important;
                  background-position: 10px center; } }
        @media (max-width: 400px) {
          .main.introduce .brief .ico {
            width: 80%;
            left: 0;
            bottom: 20px; }
            .main.introduce .brief .ico a {
              width: 65px;
              height: 25px;
              line-height: 25px;
              font-size: 11px;
              padding-left: 25px; }
              .main.introduce .brief .ico a.app {
                background-size: 12.16px 17.28px;
                background-position: 8px center; }
                .main.introduce .brief .ico a.app.cur {
                  background-size: 12.16px 17.28px;
                  background-position: 8px center; }
              .main.introduce .brief .ico a.and {
                background-size: 12.16px 17.28px;
                background-position: 8px center !important;
                font-size: 11px; }
                .main.introduce .brief .ico a.and.cur {
                  background-size: 12.16px 17.28px;
                  background-position: 8px center; } }
      .main.introduce .brief .back_main {
        width: 87px;
        height: auto;
        position: fixed;
        left: 90%;
        top: 100px;
        z-index: 999; }
        @media (max-width: 1024px) {
          .main.introduce .brief .back_main {
            display: none; } }
        .main.introduce .brief .back_main .back {
          width: 100%;
          height: auto;
          background: #ffc24c;
          display: block;
          padding-top: 14px;
          padding-bottom: 15px; }
          .main.introduce .brief .back_main .back .cn {
            font-size: 16px;
            color: #fff;
            text-align: center;
            font-weight: bold;
            line-height: 20px; }
          .main.introduce .brief .back_main .back .en {
            font-size: 7px;
            color: #fff;
            line-height: 12px;
            text-align: center; }
        .main.introduce .brief .back_main .j, .main.introduce .brief .back_main .w {
          display: block;
          width: 62px;
          height: 42px;
          font-size: 12px;
          color: #fff;
          padding-left: 25px;
          line-height: 42px;
          background: url(../img/x.png) no-repeat 12px center #d88e00; }
          .main.introduce .brief .back_main .j.cur, .main.introduce .brief .back_main .w.cur {
            background: url(../img/x.png) no-repeat 12px center #ffa800; }
        @media (max-width: 1265px) {
          .main.introduce .brief .back_main {
            left: 85%; }
            .main.introduce .brief .back_main .back {
              padding-top: 10px;
              padding-bottom: 10px; }
              .main.introduce .brief .back_main .back .cn {
                font-size: 15px;
                color: #fff;
                text-align: center;
                font-weight: bold;
                line-height: 20px; }
              .main.introduce .brief .back_main .back .en {
                font-size: 7px;
                color: #fff;
                line-height: 12px;
                text-align: center; }
            .main.introduce .brief .back_main .j {
              display: block;
              width: 62px;
              height: 38px;
              font-size: 12px;
              color: #fff;
              padding-left: 25px;
              line-height: 38px;
              background: url(../img/x.png) no-repeat 12px center #d88e00; }
            .main.introduce .brief .back_main .w {
              display: block;
              width: 62px;
              height: 38px;
              padding-left: 25px;
              line-height: 38px; } }
        @media (max-width: 680px) {
          .main.introduce .brief .back_main {
            left: inherit;
            right: 0; }
            .main.introduce .brief .back_main .back {
              padding-top: 5px;
              padding-bottom: 5px; }
              .main.introduce .brief .back_main .back .cn {
                font-size: 15px;
                color: #fff;
                text-align: center;
                font-weight: bold;
                line-height: 20px; }
              .main.introduce .brief .back_main .back .en {
                font-size: 7px;
                color: #fff;
                line-height: 12px;
                text-align: center; }
            .main.introduce .brief .back_main .j {
              display: block;
              width: 62px;
              height: 30px;
              font-size: 12px;
              color: #fff;
              padding-left: 25px;
              line-height: 30px;
              background: url(../img/x.png) no-repeat 12px center #d88e00; }
            .main.introduce .brief .back_main .w {
              display: block;
              width: 62px;
              height: 30px;
              padding-left: 25px;
              line-height: 30px; } }
    .main.introduce .one {
      width: 108px;
      height: 108px;
      background: url(../img/num.png) no-repeat;
      text-align: center;
      line-height: 108px;
      font-size: 48px;
      color: #fff;
      margin: 0 auto;
      position: relative;
      top: -54px;
      font-family: COPRGTL; }
      @media (max-width: 750px) {
        .main.introduce .one {
          width: 75.6px;
          height: 75.6px;
          background-size: 100% 100%;
          top: -37.8px;
          font-size: 24px;
          line-height: 75.6px; } }
      @media (max-width: 550px) {
        .main.introduce .one {
          width: 54px;
          height: 54px;
          background-size: 100% 100%;
          top: -27px;
          font-size: 18px;
          line-height: 54px; } }
      @media (max-width: 450px) {
        .main.introduce .one {
          width: 43.2px;
          height: 43.2px;
          background-size: 100% 100%;
          top: -21.6px;
          font-size: 18px;
          line-height: 43.2px; } }
    .main.introduce .js {
      width: 100%;
      height: auto;
      background: #fff; }
      .main.introduce .js .name {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: -30px; }
        .main.introduce .js .name .border {
          width: 465px;
          background: #e4e4e4;
          height: 1px;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -232.5px; }
        .main.introduce .js .name > .text {
          font-size: 14px;
          color: #fff;
          padding: 0 20px;
          height: 28px;
          position: relative;
          z-index: 2;
          border-radius: 28px;
          line-height: 28px;
          background: #9d9d9d;
          display: inline-block; }
        @media (max-width: 550px) {
          .main.introduce .js .name {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            margin-top: -15px; }
            .main.introduce .js .name .border {
              width: 80%;
              margin-left: -40%; } }
      .main.introduce .js .t {
        font-size: 35px;
        color: #666;
        text-align: center;
        font-weight: bold;
        line-height: 60px; }
        @media (max-width: 1200px) {
          .main.introduce .js .t {
            font-size: 30px;
            line-height: 50px; } }
        @media (max-width: 750px) {
          .main.introduce .js .t {
            font-size: 25px;
            line-height: 40px; } }
        @media (max-width: 450px) {
          .main.introduce .js .t {
            font-size: 20px;
            line-height: 30px; } }
      .main.introduce .js .box {
        width: 1030px;
        margin: 0 auto;
        padding-top: 65px;
        padding-bottom: 120px; }
        .main.introduce .js .box .box_l {
          width: 51%;
          height: auto;
          overflow: hidden;
          float: left; }
          .main.introduce .js .box .box_l img {
            width: 100%;
            height: auto; }
        .main.introduce .js .box .box_r {
          width: 42%;
          height: auto;
          float: right;
          font-size: 13px;
          color: #9d9d9d;
          line-height: 28px;
          position: relative; }
          .main.introduce .js .box .box_r .txt {
            width: 100%;
            font-size: 13px;
            color: #9d9d9d; }
          .main.introduce .js .box .box_r .code {
            width: 103px;
            height: auto;
            position: absolute;
            left: 0;
            bottom: 10px; }
            .main.introduce .js .box .box_r .code .tu {
              width: 100%;
              height: 103px;
              overflow: hidden; }
              .main.introduce .js .box .box_r .code .tu img {
                width: 100%;
                height: 100%; }
            .main.introduce .js .box .box_r .code p {
              font-size: 14px;
              color: #666;
              text-align: center; }
        @media (max-width: 1100px) {
          .main.introduce .js .box {
            padding: 55px 20px 100px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.introduce .js .box .box_l {
              width: 51%; }
            .main.introduce .js .box .box_r {
              width: 45%;
              font-size: 13px;
              line-height: 26px; }
              .main.introduce .js .box .box_r .code {
                width: 95px; }
                .main.introduce .js .box .box_r .code .tu {
                  height: 95px; }
                  .main.introduce .js .box .box_r .code .tu img {
                    width: 95px;
                    height: 95px; }
                .main.introduce .js .box .box_r .code p {
                  font-size: 13px; } }
        @media (max-width: 1000px) {
          .main.introduce .js .box {
            padding: 45px 20px 80px 20px; }
            .main.introduce .js .box .box_l {
              width: 48%; }
            .main.introduce .js .box .box_r {
              width: 50%; } }
        @media (max-width: 900px) {
          .main.introduce .js .box {
            padding: 45px 20px 80px 20px; }
            .main.introduce .js .box .box_l {
              width: 45%; }
            .main.introduce .js .box .box_r {
              width: 50%; }
              .main.introduce .js .box .box_r .txt {
                font-size: 12px; }
              .main.introduce .js .box .box_r .code {
                width: 80px; }
                .main.introduce .js .box .box_r .code .tu {
                  height: 80px; }
                  .main.introduce .js .box .box_r .code .tu img {
                    width: 80px;
                    height: 80px; }
                .main.introduce .js .box .box_r .code p {
                  font-size: 12px; } }
        @media (max-width: 850px) {
          .main.introduce .js .box {
            padding: 40px 20px 70px 20px; }
            .main.introduce .js .box .box_l {
              width: 80%;
              float: none;
              margin: 0 auto; }
            .main.introduce .js .box .box_r {
              width: 80%;
              float: none;
              padding-top: 10px;
              margin: 0 auto; }
              .main.introduce .js .box .box_r .txt {
                font-size: 14px; }
              .main.introduce .js .box .box_r .code {
                width: 95px;
                position: static;
                margin-top: 15px; }
                .main.introduce .js .box .box_r .code .tu {
                  height: 95px; }
                  .main.introduce .js .box .box_r .code .tu img {
                    width: 95px;
                    height: 95px; }
                .main.introduce .js .box .box_r .code p {
                  font-size: 12px; } }
        @media (max-width: 700px) {
          .main.introduce .js .box {
            padding: 30px 20px 60px 20px; }
            .main.introduce .js .box .box_l {
              width: 100%; }
            .main.introduce .js .box .box_r {
              width: 100%; }
              .main.introduce .js .box .box_r .txt {
                font-size: 14px; }
              .main.introduce .js .box .box_r .code {
                width: 95px;
                position: static;
                margin-top: 15px; }
                .main.introduce .js .box .box_r .code .tu {
                  height: 95px; }
                  .main.introduce .js .box .box_r .code .tu img {
                    width: 95px;
                    height: 95px; }
                .main.introduce .js .box .box_r .code p {
                  font-size: 12px; } }
        @media (max-width: 450px) {
          .main.introduce .js .box {
            padding: 30px 20px 40px 20px; }
            .main.introduce .js .box .box_l {
              width: 100%; }
            .main.introduce .js .box .box_r {
              width: 100%; }
              .main.introduce .js .box .box_r .txt {
                font-size: 14px; }
              .main.introduce .js .box .box_r .code {
                width: 85px;
                position: static;
                margin-top: 15px; }
                .main.introduce .js .box .box_r .code .tu {
                  height: 85px; }
                  .main.introduce .js .box .box_r .code .tu img {
                    width: 85px;
                    height: 85px; }
                .main.introduce .js .box .box_r .code p {
                  font-size: 12px; } }
    .main.introduce .play {
      width: 100%;
      height: auto;
      padding-bottom: 130px; }
      @media (max-width: 415px) {
        .main.introduce .play {
          padding-bottom: 60px; } }
      @media (max-width: 750px) {
        .main.introduce .play {
          padding-bottom: 75px; } }
      @media (max-width: 1024px) {
        .main.introduce .play {
          padding-bottom: 100px; } }
      .main.introduce .play .t {
        font-size: 35px;
        color: #fff;
        text-align: center;
        line-height: 50px; }
        @media (max-width: 1200px) {
          .main.introduce .play .t {
            font-size: 30px;
            line-height: 50px; } }
        @media (max-width: 750px) {
          .main.introduce .play .t {
            font-size: 25px;
            line-height: 40px; } }
        @media (max-width: 450px) {
          .main.introduce .play .t {
            font-size: 20px;
            line-height: 30px; } }
      .main.introduce .play .name {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: -30px; }
        .main.introduce .play .name .border {
          width: 465px;
          background: #e4e4e4;
          height: 1px;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -232.5px; }
        .main.introduce .play .name > .text {
          font-size: 14px;
          color: #fff;
          padding: 0 20px;
          height: 28px;
          position: relative;
          z-index: 2;
          border-radius: 28px;
          line-height: 28px;
          background: #9d9d9d;
          display: inline-block; }
        @media (max-width: 550px) {
          .main.introduce .play .name {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            margin-top: -15px; }
            .main.introduce .play .name .border {
              width: 80%;
              margin-left: -40%; } }
      .main.introduce .play .container2 {
        height: auto;
        background: #fff;
        padding-top: 40px;
        margin-top: 70px;
        border-radius: 50px; }
        .main.introduce .play .container2 .c_main {
          padding: 0 12% 65px 12%;
          width: 76%; }
          .main.introduce .play .container2 .c_main .txt {
            font-size: 13px;
            color: #9d9d9d;
            text-align: center;
            line-height: 20px; }
          .main.introduce .play .container2 .c_main .pic {
            width: 100%;
            height: auto;
            padding-top: 35px; }
            .main.introduce .play .container2 .c_main .pic img {
              max-width: 100%;
              display: block;
              margin: 0 auto; }
        .main.introduce .play .container2 .other {
          width: 100%;
          height: auto;
          position: relative;
          background: #E4E4E4;
          border-bottom-left-radius: 50px;
          border-bottom-right-radius: 50px; }
          .main.introduce .play .container2 .other .other_m {
            width: 88px;
            height: 96px;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            background: url(../img/66.png) no-repeat;
            font-size: 16px;
            color: #fff;
            position: absolute;
            left: 12%;
            top: 0;
            text-align: center;
            line-height: 88px; }
          .main.introduce .play .container2 .other .yx {
            width: 100%;
            height: auto;
            text-align: center;
            background: #E4E4E4;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px; }
            .main.introduce .play .container2 .other .yx ul {
              width: 100%;
              height: auto; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0 34px;
                padding: 30px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  width: 140px;
                  height: auto;
                  display: inline-block; }
                  @media (min-width: 1024px) {
                    .main.introduce .play .container2 .other .yx ul li a:hover .txt2 {
                      color: #FFB933; } }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 60px;
                    height: 60px;
                    display: inline-block; }
                    .main.introduce .play .container2 .other .yx ul li a .tu img {
                      border-radius: 50%;
                      width: 100%;
                      height: auto; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 16px;
                    color: #666;
                    line-height: 60px;
                    padding-left: 5px;
                    display: inline-block; }
        @media (max-width: 1300px) {
          .main.introduce .play .container2 {
            padding-top: 35px;
            margin: 50px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 12% 60px 12%;
              width: 76%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 13px;
                color: #9d9d9d;
                text-align: center;
                line-height: 20px; }
              .main.introduce .play .container2 .c_main .pic {
                width: 100%;
                height: auto;
                padding-top: 35px; }
                .main.introduce .play .container2 .c_main .pic img {
                  max-width: 100%;
                  display: block;
                  margin: 0 auto; }
            .main.introduce .play .container2 .other {
              background: #E4E4E4; }
              .main.introduce .play .container2 .other .other_m {
                width: 70.4px;
                height: 76.8px;
                background-size: 100% 100%;
                font-size: 13px;
                color: #fff;
                position: absolute;
                left: 7%;
                top: 0;
                text-align: center;
                line-height: 76.8px; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0 5px;
                padding: 25px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  min-width: 100px;
                  height: auto;
                  display: inline-block; }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 50px;
                    height: 50px; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 14px;
                    color: #666;
                    line-height: 50px;
                    padding-left: 5px;
                    display: inline-block; } }
        @media (max-width: 1000px) {
          .main.introduce .play .container2 {
            padding-top: 35px;
            margin: 50px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 12% 60px 12%;
              width: 76%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 13px;
                color: #9d9d9d;
                text-align: center;
                line-height: 20px; }
              .main.introduce .play .container2 .c_main .pic {
                width: 100%;
                height: auto;
                padding-top: 35px; }
                .main.introduce .play .container2 .c_main .pic img {
                  max-width: 100%;
                  display: block;
                  margin: 0 auto; }
            .main.introduce .play .container2 .other {
              background: #E4E4E4; }
              .main.introduce .play .container2 .other .other_m {
                width: 70.4px;
                height: 76.8px;
                background-size: 100% 100%;
                font-size: 13px;
                color: #fff;
                position: absolute;
                left: 7%;
                top: 0;
                text-align: center;
                line-height: 76.8px; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0;
                padding: 20px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  min-width: 100px;
                  height: auto;
                  display: inline-block; }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 32px;
                    height: 32px; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 13px;
                    color: #666;
                    line-height: 32px;
                    padding-left: 5px;
                    display: inline-block; } }
        @media (max-width: 900px) {
          .main.introduce .play .container2 {
            padding-top: 25px;
            margin: 40px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 10% 50px 10%;
              width: 80%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 13px;
                color: #9d9d9d;
                text-align: center;
                line-height: 20px; }
              .main.introduce .play .container2 .c_main .pic {
                width: 100%;
                height: auto;
                padding-top: 30px; }
                .main.introduce .play .container2 .c_main .pic img {
                  max-width: 100%;
                  display: block;
                  margin: 0 auto; }
            .main.introduce .play .container2 .other {
              background: #E4E4E4; }
              .main.introduce .play .container2 .other .other_m {
                width: 52.8px;
                height: 57.6px;
                background-size: 100% 100%;
                font-size: 11px;
                color: #fff;
                position: absolute;
                left: 7%;
                top: 0;
                text-align: center;
                line-height: 57.6px; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0;
                padding: 25px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  width: auto;
                  height: auto;
                  display: inline-block; }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 28px;
                    height: 28px; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 13px;
                    color: #666;
                    line-height: 28px;
                    padding-left: 5px;
                    display: inline-block; } }
        @media (max-width: 680px) {
          .main.introduce .play .container2 {
            padding-top: 25px;
            margin: 35px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 10% 40px 10%;
              width: 80%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 12px;
                line-height: 18px; }
              .main.introduce .play .container2 .c_main .pic {
                padding-top: 25px; }
            .main.introduce .play .container2 .other .other_m {
              width: 44px;
              height: 48px;
              background-size: 100% 100%;
              font-size: 10px;
              color: #fff;
              position: absolute;
              left: 3%;
              top: 0;
              text-align: center;
              line-height: 48px; }
            .main.introduce .play .container2 .other .yx ul li {
              display: inline-block;
              margin: 0;
              padding: 25px 0; }
              .main.introduce .play .container2 .other .yx ul li a {
                width: auto;
                height: auto;
                display: inline-block; }
                .main.introduce .play .container2 .other .yx ul li a .tu {
                  width: 24px;
                  height: 24px; }
                .main.introduce .play .container2 .other .yx ul li a .txt2 {
                  font-size: 12px;
                  color: #666;
                  line-height: 24px;
                  padding-left: 3px; } }
        @media (max-width: 550px) {
          .main.introduce .play .container2 {
            padding-top: 20px;
            margin: 35px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 10% 40px 10%;
              width: 80%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 12px;
                line-height: 18px; }
              .main.introduce .play .container2 .c_main .pic {
                padding-top: 20px; }
            .main.introduce .play .container2 .other .other_m {
              width: 44px;
              height: 48px;
              background-size: 100% 100%;
              font-size: 10px;
              color: #fff;
              position: static;
              margin-left: 5%;
              text-align: center;
              line-height: 48px; }
            .main.introduce .play .container2 .other .yx {
              width: 90%; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0;
                padding: 0px 0 25px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  width: auto;
                  height: auto;
                  display: inline-block; }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 20px;
                    height: 20px; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 12px;
                    color: #666;
                    line-height: 20px;
                    padding-left: 3px; } }
        @media (max-width: 500px) {
          .main.introduce .play .container2 {
            padding-top: 20px;
            margin: 25px auto 0 auto;
            width: 90%;
            box-sizing: border-box; }
            .main.introduce .play .container2 .c_main {
              padding: 0 5% 30px 5%;
              width: 90%; }
              .main.introduce .play .container2 .c_main .txt {
                font-size: 12px;
                line-height: 18px; }
              .main.introduce .play .container2 .c_main .pic {
                padding-top: 15px; }
            .main.introduce .play .container2 .other .other_m {
              width: 44px;
              height: 48px;
              background-size: 100% 100%;
              font-size: 10px;
              color: #fff;
              position: static;
              margin-left: 5%;
              text-align: center;
              line-height: 48px; }
            .main.introduce .play .container2 .other .yx {
              width: 90%; }
              .main.introduce .play .container2 .other .yx ul li {
                display: inline-block;
                margin: 0;
                padding: 0px 0 10px 0; }
                .main.introduce .play .container2 .other .yx ul li a {
                  width: auto;
                  height: auto;
                  display: inline-block; }
                  .main.introduce .play .container2 .other .yx ul li a .tu {
                    width: 20px;
                    height: 20px; }
                  .main.introduce .play .container2 .other .yx ul li a .txt2 {
                    font-size: 12px;
                    color: #666;
                    line-height: 20px;
                    padding-left: 3px; } }
    .main.introduce .step {
      padding-bottom: 130px; }
      @media (max-width: 415px) {
        .main.introduce .step {
          padding-bottom: 60px; } }
      @media (max-width: 750px) {
        .main.introduce .step {
          padding-bottom: 75px; } }
      @media (max-width: 1024px) {
        .main.introduce .step {
          padding-bottom: 100px; } }
      .main.introduce .step .name {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: -30px; }
        .main.introduce .step .name .border {
          width: 465px;
          background: #e4e4e4;
          height: 1px;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -232.5px; }
        .main.introduce .step .name > .text {
          font-size: 14px;
          color: #fff;
          padding: 0 20px;
          height: 28px;
          position: relative;
          z-index: 2;
          border-radius: 28px;
          line-height: 28px;
          background: #9d9d9d;
          display: inline-block; }
        @media (max-width: 550px) {
          .main.introduce .step .name {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            margin-top: -15px; }
            .main.introduce .step .name .border {
              width: 80%;
              margin-left: -40%; } }
      .main.introduce .step .t {
        font-size: 35px;
        color: #666;
        font-weight: bold;
        text-align: center;
        line-height: 50px; }
        @media (max-width: 1200px) {
          .main.introduce .step .t {
            font-size: 30px;
            line-height: 50px; } }
        @media (max-width: 750px) {
          .main.introduce .step .t {
            font-size: 25px;
            line-height: 40px; } }
        @media (max-width: 450px) {
          .main.introduce .step .t {
            font-size: 20px;
            line-height: 30px; } }
      .main.introduce .step .b {
        height: auto;
        margin-top: 80px; }
        .main.introduce .step .b .b1 {
          width: 22.9%;
          height: auto;
          float: left; }
          .main.introduce .step .b .b1 .m_box {
            border: 3px solid #e4e4e4;
            box-sizing: border-box;
            width: 100%;
            position: relative; }
            .main.introduce .step .b .b1 .m_box .num {
              font-size: 25px;
              color: #FFB933;
              position: absolute;
              left: 20px;
              top: 20px;
              font-weight: bold;
              border: 1px solid #FFB933;
              width: 40px;
              height: 40px;
              line-height: 40px;
              display: none;
              border-radius: 50%;
              text-align: center; }
            .main.introduce .step .b .b1 .m_box img {
              width: 100%;
              height: auto; }
          .main.introduce .step .b .b1 .txt2 {
            font-size: 14px;
            color: #666;
            text-align: center;
            line-height: 24px; }
        .main.introduce .step .b .ico {
          width: 2.8%;
          float: left;
          background: url(../img/yy.png) no-repeat center center; }
        @media (max-width: 1300px) {
          .main.introduce .step .b {
            padding: 0 20px;
            margin-top: 60px; }
            .main.introduce .step .b .bl {
              width: 22.9%; }
              .main.introduce .step .b .bl .txt2 {
                font-size: 14px;
                line-height: 24px; }
            .main.introduce .step .b .ico {
              width: 2.8%;
              background-size: 19.2px 33.6px; } }
        @media (max-width: 900px) {
          .main.introduce .step .b {
            padding: 0 20px;
            margin-top: 50px; }
            .main.introduce .step .b .bl {
              width: 22.9%; }
              .main.introduce .step .b .bl .txt2 {
                font-size: 13px;
                line-height: 22px; }
            .main.introduce .step .b .ico {
              width: 2.8%;
              background-size: 16.8px 29.4px; } }
        @media (max-width: 750px) {
          .main.introduce .step .b {
            margin-top: 30px; }
            .main.introduce .step .b .b1:nth-child(3) {
              float: right; }
            .main.introduce .step .b .b1:nth-child(5) {
              float: right; }
            .main.introduce .step .b .b1 {
              width: 48%;
              float: left;
              margin-top: 10px; }
            .main.introduce .step .b .ico {
              width: 4%;
              display: none; } }
        @media (max-width: 480px) {
          .main.introduce .step .b {
            margin-top: 20px; }
            .main.introduce .step .b .b1:nth-child(3) {
              float: none; }
            .main.introduce .step .b .b1:nth-child(5) {
              float: none; }
            .main.introduce .step .b .b1 {
              width: 80%;
              float: none;
              margin-top: 10px;
              margin-left: auto;
              margin-right: auto; }
            .main.introduce .step .b .ico {
              width: 4%;
              display: none; } }
    .main.introduce .guide {
      width: 100%;
      height: auto;
      padding-bottom: 105px; }
      @media (max-width: 1024px) {
        .main.introduce .guide {
          padding-bottom: 90px; } }
      @media (max-width: 750px) {
        .main.introduce .guide {
          padding-bottom: 75px; } }
      @media (max-width: 415px) {
        .main.introduce .guide {
          padding-bottom: 60px; } }
      .main.introduce .guide .t {
        font-size: 35px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 50px; }
        @media (max-width: 1200px) {
          .main.introduce .guide .t {
            font-size: 30px;
            line-height: 50px; } }
        @media (max-width: 750px) {
          .main.introduce .guide .t {
            font-size: 25px;
            line-height: 40px; } }
        @media (max-width: 450px) {
          .main.introduce .guide .t {
            font-size: 20px;
            line-height: 30px; } }
      .main.introduce .guide .name {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        margin-top: -30px; }
        .main.introduce .guide .name .border {
          width: 465px;
          background: #82817c;
          height: 1px;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -232.5px; }
        .main.introduce .guide .name > .text {
          font-size: 14px;
          color: #000;
          padding: 0 20px;
          height: 28px;
          position: relative;
          z-index: 2;
          border-radius: 28px;
          line-height: 28px;
          background: #fff;
          display: inline-block; }
        @media (max-width: 550px) {
          .main.introduce .guide .name {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            margin-top: -15px; }
            .main.introduce .guide .name .border {
              width: 80%;
              margin-left: -40%; } }
      .main.introduce .guide .text2 {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        padding-top: 35px;
        text-align: center; }
        @media (max-width: 415px) {
          .main.introduce .guide .text2 {
            font-size: 12px;
            padding-top: 25px; } }
        @media (max-width: 750px) {
          .main.introduce .guide .text2 {
            font-size: 13px;
            padding-top: 35px;
            padding: 0 20px;
            box-sizing: border-box; } }
      .main.introduce .guide .tu {
        width: 100%;
        margin-top: 95px;
        height: auto;
        text-align: center; }
        .main.introduce .guide .tu .tu1 {
          display: inline-block;
          width: 43%;
          margin: 0 1%;
          height: auto; }
          .main.introduce .guide .tu .tu1 img {
            width: 100%;
            height: auto; }
        .main.introduce .guide .tu .tu2 {
          display: inline-block;
          width: 43%;
          height: auto;
          margin: 0 1%; }
          .main.introduce .guide .tu .tu2 img {
            width: 100%;
            height: auto; }
        @media (max-width: 750px) {
          .main.introduce .guide .tu {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 50px; }
            .main.introduce .guide .tu .tu1, .main.introduce .guide .tu .tu2 {
              width: 46%; } }
        @media (max-width: 550px) {
          .main.introduce .guide .tu .tu1, .main.introduce .guide .tu .tu2 {
            width: 60%;
            display: block;
            margin: 10px auto 0 auto; } }
        @media (max-width: 410px) {
          .main.introduce .guide .tu .tu1, .main.introduce .guide .tu .tu2 {
            width: 80%;
            display: block;
            margin: 10px auto 0 auto; } }
  .main.join {
    width: 100%;
    height: auto; }
    .main.join .banner2 {
      width: 100%;
      height: 210px;
      position: relative; }
      @media (max-width: 1024px) {
        .main.join .banner2 {
          display: none; } }
      .main.join .banner2 .text {
        height: auto;
        text-align: right; }
        @media (max-width: 1024px) {
          .main.join .banner2 .text {
            position: absolute;
            left: 0;
            top: 0; } }
        .main.join .banner2 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.join .banner2 .text .en {
          font-size: 38px;
          color: #fff;
          clear: both;
          line-height: 50px; }
        .main.join .banner2 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.join .banner2 .text {
          height: auto;
          text-align: right;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.join .banner2 .text .line {
            width: 60px;
            height: 4px;
            float: right;
            margin-top: 65px;
            background: #fff;
            margin-bottom: 20px; }
          .main.join .banner2 .text .en {
            font-size: 34px;
            color: #fff;
            clear: both;
            line-height: 46px; }
          .main.join .banner2 .text .cn {
            font-size: 26px;
            color: #fff;
            line-height: 26px; } }
    .main.join .banner3 {
      width: 100%;
      height: auto;
      display: none;
      position: relative; }
      @media (max-width: 1024px) {
        .main.join .banner3 {
          display: block; } }
      .main.join .banner3 img {
        width: 100%;
        height: auto; }
      .main.join .banner3 .text {
        height: auto;
        text-align: right;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 100px; }
        .main.join .banner3 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.join .banner3 .text .en {
          font-size: 34px;
          color: #fff;
          clear: both;
          line-height: 46px; }
        .main.join .banner3 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
        @media (max-width: 750px) {
          .main.join .banner3 .text .line {
            margin-top: 50px;
            margin-bottom: 20px; }
          .main.join .banner3 .text .cn {
            font-size: 20px;
            color: #fff;
            line-height: 20px; } }
        @media (max-width: 640px) {
          .main.join .banner3 .text {
            top: 50px; }
            .main.join .banner3 .text .line {
              width: 60px;
              height: 4px;
              float: right; }
            .main.join .banner3 .text .en {
              font-size: 20px;
              color: #fff;
              clear: both;
              line-height: 40px; }
            .main.join .banner3 .text .cn {
              font-size: 16px;
              color: #fff;
              line-height: 32px; } }
        @media (max-width: 500px) {
          .main.join .banner3 .text {
            top: 20px; } }
        @media (max-width: 400px) {
          .main.join .banner3 .text {
            top: 10px; }
            .main.join .banner3 .text .line {
              margin-top: 35px; }
            .main.join .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.join .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 375px) {
          .main.join .banner3 .text {
            top: 0px; }
            .main.join .banner3 .text .line {
              margin-top: 30px; }
            .main.join .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.join .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
    .main.join .position {
      height: auto;
      font-size: 12px;
      color: #666;
      padding-top: 6px; }
      .main.join .position a {
        color: #bcbcbc; }
        @media (min-width: 1024px) {
          .main.join .position a:hover {
            color: #FFB933; } }
      .main.join .position i {
        color: #bcbcbc; }
      @media (min-width: 320px) and (max-width: 1285px) {
        .main.join .position {
          padding: 6px 20px 0 20px;
          width: 100%;
          box-sizing: border-box; } }
    .main.join .classification {
      width: 100%;
      height: auto;
      margin-top: 22px;
      text-align: center; }
      .main.join .classification a {
        display: inline-block;
        width: 160px;
        height: auto;
        font-size: 16px;
        color: #bcbcbc;
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 12px;
        margin: 0 2px;
        transition: all 0.5s;
        position: relative; }
        .main.join .classification a > .bor2 {
          width: 0%;
          height: 2px;
          background: #3ac5ff;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all 0.5s; }
        .main.join .classification a.cur > .bor2 {
          width: 100%; }
        @media (min-width: 1024px) {
          .main.join .classification a:hover > .bor2 {
            width: 100%; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.join .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.join .classification a {
            display: inline-block;
            width: 30%;
            height: auto;
            font-size: 13px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.join .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.join .classification a {
            display: inline-block;
            width: 31.3%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 415px) and (max-width: 640px) {
        .main.join .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.join .classification a {
            display: inline-block;
            width: 31.3%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.join .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.join .classification a {
            display: inline-block;
            width: 31.3%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 750px) and (max-width: 1024px) {
        .main.join .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.join .classification a {
            display: inline-block;
            width: 160px;
            height: auto;
            font-size: 16px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
    .main.join .box {
      height: auto;
      width: 100%;
      padding-top: 100px; }
      .main.join .box .working {
        height: auto;
        padding-bottom: 130px; }
        .main.join .box .working > .tit {
          width: 100%;
          height: auto;
          text-align: center;
          background: url(../img/tbg.png) no-repeat center center; }
          .main.join .box .working > .tit .text {
            font-size: 30px;
            color: #333;
            line-height: 30px; }
          .main.join .box .working > .tit .en {
            font-size: 12px;
            color: #666;
            opacity: 0.5;
            line-height: 22px;
            text-align: center;
            font-family: Arial; }
        .main.join .box .working .pic_main {
          height: auto;
          margin-top: 80px;
          width: 100%; }
          .main.join .box .working .pic_main .tu1 {
            float: left;
            width: 48%;
            height: auto;
            margin-right: 1.5%;
            position: relative;
            overflow: hidden; }
            @media (min-width: 1024px) {
              .main.join .box .working .pic_main .tu1:hover .bor {
                width: 100%;
                opacity: 1; }
              .main.join .box .working .pic_main .tu1:hover .text {
                transform: translateY(0px);
                opacity: 1; }
              .main.join .box .working .pic_main .tu1:hover img {
                transform: scale(1.1); } }
            .main.join .box .working .pic_main .tu1 img {
              width: 100%;
              height: auto;
              transition: all 0.5s; }
            .main.join .box .working .pic_main .tu1 .bor {
              width: 0%;
              height: 8px;
              background: #FFB933;
              position: absolute;
              left: 0;
              transition: all 0.7s;
              opacity: 0;
              bottom: 0px; }
              @media (max-width: 1024px) {
                .main.join .box .working .pic_main .tu1 .bor {
                  opacity: 1;
                  width: 100%; } }
            .main.join .box .working .pic_main .tu1 .text {
              position: absolute;
              width: 93.5%;
              height: auto;
              font-size: 25px;
              color: #fff;
              padding-left: 6.5%;
              left: 0;
              line-height: 22px;
              transition: all 0.7s;
              bottom: 20px;
              opacity: 0;
              transform: translateY(50px); }
              .main.join .box .working .pic_main .tu1 .text span {
                font-size: 12px;
                color: #fff; }
          .main.join .box .working .pic_main .tu2 {
            width: 24.5%;
            height: auto;
            margin-right: 1.5%;
            float: left; }
            .main.join .box .working .pic_main .tu2 div {
              width: 100%;
              height: auto; }
              .main.join .box .working .pic_main .tu2 div.t1 {
                margin-bottom: 14px;
                position: relative;
                overflow: hidden; }
                @media print {
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-top: 0px !important; } }
                @media (min-width: 1024px) {
                  .main.join .box .working .pic_main .tu2 div.t1:hover .bor {
                    width: 100%;
                    opacity: 1; }
                  .main.join .box .working .pic_main .tu2 div.t1:hover .text {
                    transform: translateY(0px);
                    opacity: 1; }
                  .main.join .box .working .pic_main .tu2 div.t1:hover img {
                    transform: scale(1.1); } }
                .main.join .box .working .pic_main .tu2 div.t1 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                  @media (max-width: 1024px) {
                    .main.join .box .working .pic_main .tu2 div.t1 .bor {
                      opacity: 1;
                      width: 100%; } }
                .main.join .box .working .pic_main .tu2 div.t1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 25px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 22px;
                  transition: all 0.5s;
                  bottom: 20px;
                  opacity: 0;
                  transform: translateY(50px); }
                  .main.join .box .working .pic_main .tu2 div.t1 .text span {
                    font-size: 12px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 div.t2 {
                position: relative;
                overflow: hidden; }
                @media (min-width: 1024px) {
                  .main.join .box .working .pic_main .tu2 div.t2:hover .bor {
                    width: 100%;
                    opacity: 1; }
                  .main.join .box .working .pic_main .tu2 div.t2:hover .text {
                    transform: translateY(0px);
                    opacity: 1; }
                  .main.join .box .working .pic_main .tu2 div.t2:hover img {
                    transform: scale(1.1); } }
                .main.join .box .working .pic_main .tu2 div.t2 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                  @media (max-width: 1024px) {
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      opacity: 1;
                      width: 100%; } }
                .main.join .box .working .pic_main .tu2 div.t2 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 25px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 22px;
                  transition: all 0.5s;
                  bottom: 20px;
                  opacity: 0;
                  transform: translateY(50px); }
                  .main.join .box .working .pic_main .tu2 div.t2 .text span {
                    font-size: 12px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 div img {
                width: 100%;
                height: auto;
                transition: all 0.5s; }
          .main.join .box .working .pic_main .tu3 {
            width: 24.5%;
            height: auto;
            float: right;
            position: relative;
            overflow: hidden; }
            @media (min-width: 1024px) {
              .main.join .box .working .pic_main .tu3:hover .bor {
                width: 100%;
                opacity: 1; }
              .main.join .box .working .pic_main .tu3:hover .text {
                transform: translateY(0px);
                opacity: 1; }
              .main.join .box .working .pic_main .tu3:hover img {
                transform: scale(1.1); } }
            .main.join .box .working .pic_main .tu3 img {
              width: 100%;
              height: auto;
              transition: all 0.5s; }
            .main.join .box .working .pic_main .tu3 .bor {
              width: 0%;
              height: 8px;
              background: #FFB933;
              position: absolute;
              left: 0;
              transition: all 0.5s;
              opacity: 0;
              bottom: 0px; }
              @media (max-width: 1024px) {
                .main.join .box .working .pic_main .tu3 .bor {
                  opacity: 1;
                  width: 100%; } }
            .main.join .box .working .pic_main .tu3 .text {
              position: absolute;
              width: 93.5%;
              height: auto;
              font-size: 25px;
              color: #fff;
              padding-left: 6.5%;
              left: 0;
              line-height: 22px;
              transition: all 0.5s;
              bottom: 20px;
              opacity: 0;
              transform: translateY(50px); }
              .main.join .box .working .pic_main .tu3 .text span {
                font-size: 12px;
                color: #fff; }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.join .box {
          padding-top: 30px; }
          .main.join .box .working {
            padding-bottom: 30px; }
            .main.join .box .working > .tit {
              width: 80%;
              height: auto;
              margin: 0 auto;
              text-align: center;
              background: url(../img/tbg.png) no-repeat center center;
              background-size: contain; }
              .main.join .box .working > .tit .text {
                font-size: 20px;
                color: #333;
                line-height: 20px; }
              .main.join .box .working > .tit .en {
                font-size: 11px;
                color: #666;
                opacity: 0.5;
                line-height: 18px;
                text-align: center;
                font-family: Arial; }
            .main.join .box .working .pic_main {
              height: auto;
              margin-top: 25px;
              width: 100%;
              padding: 0 20px;
              box-sizing: border-box; }
              .main.join .box .working .pic_main .tu1 {
                float: none;
                width: 100%;
                height: auto;
                margin-right: 0%;
                position: relative;
                overflow: hidden;
                margin-bottom: 10px; }
                .main.join .box .working .pic_main .tu1 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 14px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 16px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(40px); }
                  .main.join .box .working .pic_main .tu1 .text span {
                    font-size: 10px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 {
                width: 100%;
                height: auto;
                margin-right: 0%;
                float: none; }
                .main.join .box .working .pic_main .tu2 div {
                  width: 100%;
                  height: auto; }
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-bottom: 10px;
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t1 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 14px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 16px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(40px); }
                      .main.join .box .working .pic_main .tu2 div.t1 .text span {
                        font-size: 10px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div.t2 {
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 14px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 16px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(40px); }
                      .main.join .box .working .pic_main .tu2 div.t2 .text span {
                        font-size: 10px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
              .main.join .box .working .pic_main .tu3 {
                width: 100%;
                height: auto;
                float: none;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu3 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu3 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu3 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 14px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 16px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(40px); }
                  .main.join .box .working .pic_main .tu3 .text span {
                    font-size: 10px;
                    color: #fff; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.join .box {
          padding-top: 30px; }
          .main.join .box .working {
            padding-bottom: 40px; }
            .main.join .box .working > .tit {
              width: 80%;
              height: auto;
              margin: 0 auto;
              text-align: center;
              background: url(../img/tbg.png) no-repeat center center;
              background-size: contain; }
              .main.join .box .working > .tit .text {
                font-size: 20px;
                color: #333;
                line-height: 20px; }
              .main.join .box .working > .tit .en {
                font-size: 11px;
                color: #666;
                opacity: 0.5;
                line-height: 18px;
                text-align: center;
                font-family: Arial; }
            .main.join .box .working .pic_main {
              height: auto;
              margin-top: 25px;
              width: 100%;
              padding: 0 20px;
              box-sizing: border-box; }
              .main.join .box .working .pic_main .tu1 {
                float: none;
                width: 100%;
                height: auto;
                margin-right: 0%;
                position: relative;
                overflow: hidden;
                margin-bottom: 10px; }
                .main.join .box .working .pic_main .tu1 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 14px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 16px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(40px); }
                  .main.join .box .working .pic_main .tu1 .text span {
                    font-size: 10px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 {
                width: 100%;
                height: auto;
                margin-right: 0%;
                float: none; }
                .main.join .box .working .pic_main .tu2 div {
                  width: 100%;
                  height: auto; }
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-bottom: 10px;
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t1 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 14px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 16px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(40px); }
                      .main.join .box .working .pic_main .tu2 div.t1 .text span {
                        font-size: 10px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div.t2 {
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 14px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 16px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(40px); }
                      .main.join .box .working .pic_main .tu2 div.t2 .text span {
                        font-size: 10px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
              .main.join .box .working .pic_main .tu3 {
                width: 100%;
                height: auto;
                float: none;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu3 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu3 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu3 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 14px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 16px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(40px); }
                  .main.join .box .working .pic_main .tu3 .text span {
                    font-size: 10px;
                    color: #fff; } }
      @media (min-width: 415px) and (max-width: 640px) {
        .main.join .box {
          padding-top: 30px; }
          .main.join .box .working {
            padding-bottom: 45px; }
            .main.join .box .working > .tit {
              width: 80%;
              height: auto;
              margin: 0 auto;
              text-align: center;
              background: url(../img/tbg.png) no-repeat center center;
              background-size: contain; }
              .main.join .box .working > .tit .text {
                font-size: 24px;
                color: #333;
                line-height: 24px; }
              .main.join .box .working > .tit .en {
                font-size: 13px;
                color: #666;
                opacity: 0.5;
                line-height: 22px;
                text-align: center;
                font-family: Arial; }
            .main.join .box .working .pic_main {
              height: auto;
              margin-top: 25px;
              width: 100%;
              padding: 0 20px;
              box-sizing: border-box; }
              .main.join .box .working .pic_main .tu1 {
                float: none;
                width: 100%;
                height: auto;
                margin-right: 0%;
                position: relative;
                overflow: hidden;
                margin-bottom: 10px; }
                .main.join .box .working .pic_main .tu1 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 16px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 25px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(30px); }
                  .main.join .box .working .pic_main .tu1 .text span {
                    font-size: 12px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 {
                width: 100%;
                height: auto;
                margin-right: 0%;
                float: none; }
                .main.join .box .working .pic_main .tu2 div {
                  width: 100%;
                  height: auto; }
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-bottom: 10px;
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t1 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 16px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 25px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(30px); }
                      .main.join .box .working .pic_main .tu2 div.t1 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div.t2 {
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 16px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 25px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(30px); }
                      .main.join .box .working .pic_main .tu2 div.t2 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
              .main.join .box .working .pic_main .tu3 {
                width: 100%;
                height: auto;
                float: none;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu3 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu3 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu3 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 16px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 25px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(30px); }
                  .main.join .box .working .pic_main .tu3 .text span {
                    font-size: 12px;
                    color: #fff; } }
      @media (min-width: 640px) and (max-width: 700px) {
        .main.join .box {
          padding-top: 30px; }
          .main.join .box .working {
            padding-bottom: 50px; }
            .main.join .box .working > .tit {
              width: 80%;
              height: auto;
              margin: 0 auto;
              text-align: center;
              background: url(../img/tbg.png) no-repeat center center;
              background-size: contain; }
              .main.join .box .working > .tit .text {
                font-size: 24px;
                color: #333;
                line-height: 24px; }
              .main.join .box .working > .tit .en {
                font-size: 13px;
                color: #666;
                opacity: 0.5;
                line-height: 22px;
                text-align: center;
                font-family: Arial; }
            .main.join .box .working .pic_main {
              height: auto;
              margin-top: 25px;
              width: 100%;
              padding: 0 20px;
              box-sizing: border-box; }
              .main.join .box .working .pic_main .tu1 {
                float: none;
                width: 100%;
                height: auto;
                margin-right: 0%;
                position: relative;
                overflow: hidden;
                margin-bottom: 10px; }
                .main.join .box .working .pic_main .tu1 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 16px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 25px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(30px); }
                  .main.join .box .working .pic_main .tu1 .text span {
                    font-size: 12px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 {
                width: 100%;
                height: auto;
                margin-right: 0%;
                float: none; }
                .main.join .box .working .pic_main .tu2 div {
                  width: 100%;
                  height: auto; }
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-bottom: 10px;
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t1 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 16px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 25px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(30px); }
                      .main.join .box .working .pic_main .tu2 div.t1 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div.t2 {
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 16px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 25px;
                      transition: all 0.5s;
                      bottom: 50px;
                      opacity: 1;
                      transform: translateY(30px); }
                      .main.join .box .working .pic_main .tu2 div.t2 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
              .main.join .box .working .pic_main .tu3 {
                width: 100%;
                height: auto;
                float: none;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu3 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu3 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu3 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 16px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 25px;
                  transition: all 0.5s;
                  bottom: 50px;
                  opacity: 1;
                  transform: translateY(30px); }
                  .main.join .box .working .pic_main .tu3 .text span {
                    font-size: 12px;
                    color: #fff; } }
      @media (min-width: 700px) and (max-width: 1024px) {
        .main.join .box {
          padding-top: 50px; }
          .main.join .box .working {
            height: auto;
            padding-bottom: 100px; }
            .main.join .box .working > .tit {
              width: 100%;
              height: auto;
              text-align: center;
              background: url(../img/tbg.png) no-repeat center center; }
              .main.join .box .working > .tit .text {
                font-size: 30px;
                color: #333;
                line-height: 30px; }
              .main.join .box .working > .tit .en {
                font-size: 12px;
                color: #666;
                opacity: 0.5;
                line-height: 22px;
                text-align: center;
                font-family: Arial; }
            .main.join .box .working .pic_main {
              height: auto;
              margin-top: 50px;
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px; }
              .main.join .box .working .pic_main .tu1 {
                float: left;
                width: 48%;
                height: auto;
                margin-right: 1.5%;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu1 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu1 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu1 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 25px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 22px;
                  bottom: 50px;
                  opacity: 1; }
                  .main.join .box .working .pic_main .tu1 .text span {
                    font-size: 12px;
                    color: #fff; }
              .main.join .box .working .pic_main .tu2 {
                width: 24.5%;
                height: auto;
                margin-right: 1.5%;
                float: left; }
                .main.join .box .working .pic_main .tu2 div {
                  width: 100%;
                  height: auto; }
                  .main.join .box .working .pic_main .tu2 div.t1 {
                    margin-bottom: 14px;
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t1 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t1 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 25px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 22px;
                      bottom: 50px;
                      opacity: 1; }
                      .main.join .box .working .pic_main .tu2 div.t1 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div.t2 {
                    position: relative;
                    overflow: hidden; }
                    .main.join .box .working .pic_main .tu2 div.t2 .bor {
                      width: 0%;
                      height: 8px;
                      background: #FFB933;
                      position: absolute;
                      left: 0;
                      transition: all 0.5s;
                      opacity: 0;
                      bottom: 0px; }
                    .main.join .box .working .pic_main .tu2 div.t2 .text {
                      position: absolute;
                      width: 93.5%;
                      height: auto;
                      font-size: 25px;
                      color: #fff;
                      padding-left: 6.5%;
                      left: 0;
                      line-height: 22px;
                      bottom: 50px;
                      opacity: 1; }
                      .main.join .box .working .pic_main .tu2 div.t2 .text span {
                        font-size: 12px;
                        color: #fff; }
                  .main.join .box .working .pic_main .tu2 div img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
              .main.join .box .working .pic_main .tu3 {
                width: 24.5%;
                height: auto;
                float: right;
                position: relative;
                overflow: hidden; }
                .main.join .box .working .pic_main .tu3 img {
                  width: 100%;
                  height: auto;
                  transition: all 0.5s; }
                .main.join .box .working .pic_main .tu3 .bor {
                  width: 0%;
                  height: 8px;
                  background: #FFB933;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s;
                  opacity: 0;
                  bottom: 0px; }
                .main.join .box .working .pic_main .tu3 .text {
                  position: absolute;
                  width: 93.5%;
                  height: auto;
                  font-size: 25px;
                  color: #fff;
                  padding-left: 6.5%;
                  left: 0;
                  line-height: 22px;
                  bottom: 50px;
                  opacity: 1; }
                  .main.join .box .working .pic_main .tu3 .text span {
                    font-size: 12px;
                    color: #fff; } }
      .main.join .box .company {
        width: 100%;
        height: auto;
        background: #f5f5f5;
        padding-bottom: 140px; }
        .main.join .box .company .company_cen {
          height: auto;
          padding-top: 53px; }
          .main.join .box .company .company_cen > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.join .box .company .company_cen > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.join .box .company .company_cen > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
          .main.join .box .company .company_cen > .txt {
            font-size: 12px;
            color: #666;
            text-align: center;
            line-height: 22px;
            padding-top: 65px;
            padding-bottom: 50px; }
          .main.join .box .company .company_cen .welfare {
            width: 100%;
            padding-top: 40px;
            height: auto; }
            .main.join .box .company .company_cen .welfare ul {
              width: 100%;
              height: auto; }
              .main.join .box .company .company_cen .welfare ul li:last-child {
                margin-right: 0;
                width: 23.7%; }
              .main.join .box .company .company_cen .welfare ul li {
                width: 23.7%;
                height: auto;
                float: left;
                margin-right: 1.7%; }
                @media (min-width: 1024px) {
                  .main.join .box .company .company_cen .welfare ul li:hover .tu img {
                    transform: scale(1.1); } }
                .main.join .box .company .company_cen .welfare ul li .t {
                  font-size: 16px;
                  color: #4abfef; }
                .main.join .box .company .company_cen .welfare ul li .tu {
                  width: 100%;
                  height: auto;
                  margin-top: 8px;
                  overflow: hidden; }
                  .main.join .box .company .company_cen .welfare ul li .tu img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
                .main.join .box .company .company_cen .welfare ul li .txt {
                  font-size: 12px;
                  color: #666;
                  padding-top: 15px; }
        @media (min-width: 1024px) and (max-width: 1265px) {
          .main.join .box .company {
            padding: 0 20px 120px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 45px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 60px;
                padding-bottom: 45px; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 30px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 23.7%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 16px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 15px; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.join .box .company {
            padding: 0 20px 120px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 45px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 60px;
                padding-bottom: 45px; }
              .main.join .box .company .company_cen > .tit {
                width: 100%;
                height: auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center; }
                .main.join .box .company .company_cen > .tit .text {
                  font-size: 30px;
                  color: #333;
                  line-height: 30px; }
                .main.join .box .company .company_cen > .tit .en {
                  font-size: 12px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 30px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 23.7%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 8px; } }
        @media (min-width: 700px) and (max-width: 750px) {
          .main.join .box .company {
            padding: 0 20px 120px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 45px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 60px;
                padding-bottom: 45px; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 30px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 23.7%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 8px; } }
        @media (min-width: 640px) and (max-width: 700px) {
          .main.join .box .company {
            padding: 0 20px 100px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 40px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 60px;
                padding-bottom: 40px; }
              .main.join .box .company .company_cen > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .company .company_cen > .tit .text {
                  font-size: 24px;
                  color: #333;
                  line-height: 24px; }
                .main.join .box .company .company_cen > .tit .en {
                  font-size: 13px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 25px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li:nth-child(even) {
                    float: right;
                    margin-right: 0; }
                  .main.join .box .company .company_cen .welfare ul li:last-child {
                    width: 48.3%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 48.3%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%;
                    margin-bottom: 15px; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 8px; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.join .box .company {
            padding: 0 20px 80px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 40px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 40px;
                padding-bottom: 15px; }
              .main.join .box .company .company_cen > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .company .company_cen > .tit .text {
                  font-size: 24px;
                  color: #333;
                  line-height: 24px; }
                .main.join .box .company .company_cen > .tit .en {
                  font-size: 13px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 25px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li:nth-child(even) {
                    float: right;
                    margin-right: 0; }
                  .main.join .box .company .company_cen .welfare ul li:last-child {
                    width: 48.3%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 48.3%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%;
                    margin-bottom: 15px; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 8px; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.join .box .company {
            padding: 0 20px 80px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 40px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 40px;
                padding-bottom: 15px; }
              .main.join .box .company .company_cen > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .company .company_cen > .tit .text {
                  font-size: 20px;
                  color: #333;
                  line-height: 20px; }
                .main.join .box .company .company_cen > .tit .en {
                  font-size: 11px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 18px;
                  text-align: center;
                  font-family: Arial; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 25px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li:nth-child(even) {
                    float: right;
                    margin-right: 0; }
                  .main.join .box .company .company_cen .welfare ul li:last-child {
                    width: 48.3%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 48.3%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%;
                    margin-bottom: 15px; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 12px;
                      color: #666;
                      padding-top: 8px; } }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.join .box .company {
            padding: 0 20px 60px 20px;
            box-sizing: border-box;
            width: 100%; }
            .main.join .box .company .company_cen {
              padding-top: 40px; }
              .main.join .box .company .company_cen > .txt {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 22px;
                padding-top: 40px;
                padding-bottom: 15px; }
              .main.join .box .company .company_cen > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .company .company_cen > .tit .text {
                  font-size: 20px;
                  color: #333;
                  line-height: 20px; }
                .main.join .box .company .company_cen > .tit .en {
                  font-size: 11px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 18px;
                  text-align: center;
                  font-family: Arial; }
              .main.join .box .company .company_cen .welfare {
                width: 100%;
                padding-top: 10px;
                height: auto; }
                .main.join .box .company .company_cen .welfare ul {
                  width: 100%; }
                  .main.join .box .company .company_cen .welfare ul li:nth-child(even) {
                    float: right;
                    margin-right: 0; }
                  .main.join .box .company .company_cen .welfare ul li:last-child {
                    width: 48.3%; }
                  .main.join .box .company .company_cen .welfare ul li {
                    width: 48.3%;
                    height: auto;
                    float: left;
                    margin-right: 1.7%;
                    margin-bottom: 15px; }
                    .main.join .box .company .company_cen .welfare ul li .t {
                      font-size: 14px;
                      color: #4abfef; }
                    .main.join .box .company .company_cen .welfare ul li .tu {
                      width: 100%;
                      height: auto;
                      margin-top: 8px;
                      overflow: hidden; }
                      .main.join .box .company .company_cen .welfare ul li .tu img {
                        width: 100%;
                        height: auto; }
                    .main.join .box .company .company_cen .welfare ul li .txt {
                      font-size: 11px;
                      color: #666;
                      padding-top: 8px; } }
      .main.join .box .recuirt {
        width: 100%;
        height: auto;
        padding-top: 80px;
        padding-bottom: 125px; }
        .main.join .box .recuirt .recuirt_main {
          width: 100%;
          height: auto;
          padding-bottom: 60px;
          border-bottom: 1px solid #f5f5f5; }
          .main.join .box .recuirt .recuirt_main > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.join .box .recuirt .recuirt_main > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.join .box .recuirt .recuirt_main > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
        .main.join .box .recuirt .rec {
          height: auto;
          overflow: hidden; }
          .main.join .box .recuirt .rec ul {
            width: 100%;
            height: auto; }
            .main.join .box .recuirt .rec ul li {
              width: 18.3%;
              height: auto;
              margin-top: 30px;
              float: left;
              margin-right: 6%; }
              @media (min-width: 1024px) {
                .main.join .box .recuirt .rec ul li:hover .t {
                  color: #3ac5ff; } }
              .main.join .box .recuirt .rec ul li .t {
                font-size: 14px;
                color: #333;
                padding-bottom: 14px;
                transition: all 0.2s; }
              .main.join .box .recuirt .rec ul li .b {
                width: 100%;
                height: auto; }
                .main.join .box .recuirt .rec ul li .b p {
                  font-size: 12px;
                  height: 32px;
                  line-height: 32px;
                  color: #666;
                  margin: 0 !important;
                  border-bottom: 1px dashed #ededed;
                  padding-left: 8px;
                  background: url(../img/s.jpg) no-repeat left center; }
        .main.join .box .recuirt .mess {
          height: auto;
          margin-top: 70px; }
          .main.join .box .recuirt .mess .t {
            float: left;
            background: url(../img/em.png) no-repeat left center;
            font-size: 16px;
            color: #666;
            padding-left: 37px; }
          .main.join .box .recuirt .mess .more {
            width: 138px;
            height: 27px;
            border-radius: 27px;
            background: #FFB933;
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 27px;
            display: block;
            float: right;
            transition: all 0.5s;
            position: relative; }
            @media (min-width: 1024px) {
              .main.join .box .recuirt .mess .more:hover {
                width: 120px; } }
        @media (min-width: 1050px) and (max-width: 1265px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 70px;
            padding-bottom: 120px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 45px;
              border-bottom: 1px solid #f5f5f5; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 21%;
                  height: auto;
                  margin-top: 30px;
                  float: left;
                  margin-right: 3.3%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 5px;
                      background: url(../img/s.jpg) no-repeat left center; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 70px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: left;
                background: url(../img/em.png) no-repeat left center;
                font-size: 16px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: right; } }
        @media (min-width: 1024px) and (max-width: 1050px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 70px;
            padding-bottom: 120px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 45px;
              border-bottom: 1px solid #f5f5f5; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 21%;
                  height: auto;
                  margin-top: 30px;
                  float: left;
                  margin-right: 3.3%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 70px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: left;
                background: url(../img/em.png) no-repeat left center;
                font-size: 16px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: right; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 70px;
            padding-bottom: 120px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 45px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 100%;
                height: auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 30px;
                  color: #333;
                  line-height: 30px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 12px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 23%;
                  height: auto;
                  margin-top: 30px;
                  float: left;
                  margin-right: 2%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 70px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: left;
                background: url(../img/em.png) no-repeat left center;
                font-size: 16px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: right; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 100px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 25px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 24px;
                  color: #333;
                  line-height: 24px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 13px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 23%;
                  height: auto;
                  margin-top: 30px;
                  float: left;
                  margin-right: 2%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 70px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: left;
                background: url(../img/em.png) no-repeat left center;
                font-size: 16px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: right; } }
        @media (min-width: 560px) and (max-width: 640px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 100px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 25px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 24px;
                  color: #333;
                  line-height: 24px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 13px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 48%;
                  height: auto;
                  float: left;
                  margin: 20px 1% 0 1%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 70px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: left;
                background: url(../img/em.png) no-repeat left center;
                font-size: 13px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: right; } }
        @media (min-width: 415px) and (max-width: 560px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 100px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 25px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 24px;
                  color: #333;
                  line-height: 24px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 13px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 22px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 48%;
                  height: auto;
                  float: left;
                  margin: 20px 1% 0 1%; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 40px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: none;
                background: url(../img/em.png) no-repeat left center;
                font-size: 13px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: none;
                margin-top: 10px; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 60px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 25px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 20px;
                  color: #333;
                  line-height: 20px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 11px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 18px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 100%;
                  height: auto;
                  float: left;
                  margin: 15px 0 0 0; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 40px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: none;
                background: url(../img/em.png) no-repeat left center;
                font-size: 12px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: none;
                margin-top: 10px; } }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.join .box .recuirt {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 45px; }
            .main.join .box .recuirt .recuirt_main {
              padding-bottom: 25px;
              border-bottom: 1px solid #f5f5f5; }
              .main.join .box .recuirt .recuirt_main > .tit {
                width: 80%;
                height: auto;
                margin: 0 auto;
                text-align: center;
                background: url(../img/tbg.png) no-repeat center center;
                background-size: contain; }
                .main.join .box .recuirt .recuirt_main > .tit .text {
                  font-size: 20px;
                  color: #333;
                  line-height: 20px; }
                .main.join .box .recuirt .recuirt_main > .tit .en {
                  font-size: 11px;
                  color: #666;
                  opacity: 0.5;
                  line-height: 18px;
                  text-align: center;
                  font-family: Arial; }
            .main.join .box .recuirt .rec {
              height: auto;
              overflow: hidden;
              padding: 0 20px;
              width: 100%;
              box-sizing: border-box; }
              .main.join .box .recuirt .rec ul {
                height: auto; }
                .main.join .box .recuirt .rec ul li {
                  width: 100%;
                  height: auto;
                  float: left;
                  margin: 15px 0 0 0; }
                  .main.join .box .recuirt .rec ul li .t {
                    font-size: 14px;
                    color: #333;
                    padding-bottom: 14px; }
                  .main.join .box .recuirt .rec ul li .b {
                    width: 100%;
                    height: auto; }
                    .main.join .box .recuirt .rec ul li .b p {
                      font-size: 12px;
                      height: 32px;
                      line-height: 32px;
                      color: #666;
                      border-bottom: 1px dashed #ededed;
                      padding-left: 8px;
                      background: url(../img/s.jpg) no-repeat left center;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }
            .main.join .box .recuirt .mess {
              height: auto;
              margin-top: 40px;
              box-sizing: border-box;
              padding: 0 20px;
              width: 100%; }
              .main.join .box .recuirt .mess .t {
                float: none;
                background: url(../img/em.png) no-repeat left center;
                font-size: 12px;
                color: #666;
                padding-left: 37px; }
              .main.join .box .recuirt .mess .more {
                width: 138px;
                height: 27px;
                border-radius: 27px;
                background: #FFB933;
                font-size: 14px;
                color: #fff;
                text-align: center;
                line-height: 27px;
                display: block;
                float: none;
                margin-top: 10px; } }
  .main.news {
    width: 100%;
    height: auto; }
    .main.news .banner2 {
      width: 100%;
      height: 210px;
      position: relative; }
      @media (max-width: 1024px) {
        .main.news .banner2 {
          display: none; } }
      .main.news .banner2 .text {
        height: auto;
        text-align: right; }
        @media (max-width: 1024px) {
          .main.news .banner2 .text {
            position: absolute;
            left: 0;
            top: 0; } }
        .main.news .banner2 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.news .banner2 .text .en {
          font-size: 38px;
          color: #fff;
          clear: both;
          line-height: 50px; }
        .main.news .banner2 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.news .banner2 .text {
          height: auto;
          text-align: right;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.news .banner2 .text .line {
            width: 60px;
            height: 4px;
            float: right;
            margin-top: 65px;
            background: #fff;
            margin-bottom: 20px; }
          .main.news .banner2 .text .en {
            font-size: 34px;
            color: #fff;
            clear: both;
            line-height: 46px; }
          .main.news .banner2 .text .cn {
            font-size: 26px;
            color: #fff;
            line-height: 26px; } }
    .main.news .banner3 {
      width: 100%;
      height: auto;
      display: none;
      position: relative; }
      @media (max-width: 1024px) {
        .main.news .banner3 {
          display: block; } }
      .main.news .banner3 img {
        width: 100%;
        height: auto; }
      .main.news .banner3 .text {
        height: auto;
        text-align: right;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 100px; }
        .main.news .banner3 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.news .banner3 .text .en {
          font-size: 34px;
          color: #fff;
          clear: both;
          line-height: 46px; }
        .main.news .banner3 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
        @media (max-width: 750px) {
          .main.news .banner3 .text .line {
            margin-top: 50px;
            margin-bottom: 20px; }
          .main.news .banner3 .text .cn {
            font-size: 20px;
            color: #fff;
            line-height: 20px; } }
        @media (max-width: 640px) {
          .main.news .banner3 .text {
            top: 50px; }
            .main.news .banner3 .text .line {
              width: 60px;
              height: 4px;
              float: right; }
            .main.news .banner3 .text .en {
              font-size: 20px;
              color: #fff;
              clear: both;
              line-height: 40px; }
            .main.news .banner3 .text .cn {
              font-size: 16px;
              color: #fff;
              line-height: 32px; } }
        @media (max-width: 500px) {
          .main.news .banner3 .text {
            top: 20px; } }
        @media (max-width: 400px) {
          .main.news .banner3 .text {
            top: 10px; }
            .main.news .banner3 .text .line {
              margin-top: 35px; }
            .main.news .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.news .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 375px) {
          .main.news .banner3 .text {
            top: 0px; }
            .main.news .banner3 .text .line {
              margin-top: 30px; }
            .main.news .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.news .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
    .main.news .position {
      height: auto;
      font-size: 12px;
      color: #666;
      padding-top: 6px; }
      .main.news .position a {
        color: #bcbcbc; }
        @media (min-width: 1024px) {
          .main.news .position a:hover {
            color: #FFB933; } }
      .main.news .position i {
        color: #bcbcbc; }
      @media (min-width: 320px) and (max-width: 1285px) {
        .main.news .position {
          padding: 6px 20px 0 20px;
          width: 100%;
          box-sizing: border-box; } }
    .main.news .classification {
      width: 100%;
      height: auto;
      margin-top: 22px;
      text-align: center; }
      .main.news .classification a {
        display: inline-block;
        width: 160px;
        height: auto;
        font-size: 16px;
        color: #bcbcbc;
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 12px;
        margin: 0 2px;
        transition: all 0.5s;
        position: relative; }
        .main.news .classification a > .bor2 {
          width: 0%;
          height: 2px;
          background: #3ac5ff;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all 0.5s; }
        .main.news .classification a.cur > .bor2 {
          width: 100%; }
        @media (min-width: 1024px) {
          .main.news .classification a:hover > .bor2 {
            width: 100%; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.news .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.news .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.news .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.news .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 415px) and (max-width: 540px) {
        .main.news .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.news .classification a {
            display: inline-block;
            width: 80px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 540px) and (max-width: 640px) {
        .main.news .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.news .classification a {
            display: inline-block;
            width: 110px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.news .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.news .classification a {
            display: inline-block;
            width: 130px;
            height: auto;
            font-size: 16px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px;
            transition: all 0.5s; } }
    .main.news .news_main {
      width: 100%;
      height: auto; }
      .main.news .news_main .type {
        text-align: right;
        margin-top: 40px; }
        .main.news .news_main .type a {
          width: 100px;
          height: 27px;
          display: inline-block;
          font-size: 14px;
          color: #696868;
          text-align: center;
          opacity: 0.8;
          line-height: 27px;
          border: 1px solid #dbdada;
          border-radius: 27px;
          margin-left: 4px;
          transition: all 0.5s; }
          .main.news .news_main .type a.cur {
            background: #FFB933;
            color: #fff;
            opacity: 1;
            border-color: #FFB933; }
          @media (min-width: 1024px) {
            .main.news .news_main .type a:hover {
              background: #FFB933;
              color: #fff;
              opacity: 1;
              border-color: #FFB933; } }
        @media (min-width: 320px) and (max-width: 415px) {
          .main.news .news_main .type {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 20px; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.news .news_main .type {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 25px; } }
        @media (min-width: 640px) and (max-width: 1256px) {
          .main.news .news_main .type {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 30px; } }
      .main.news .news_main .box2 {
        width: 100%;
        height: auto; }
        .main.news .news_main .box2 ul {
          width: 100%;
          height: auto;
          padding-top: 32px; }
          .main.news .news_main .box2 ul li:first-child {
            padding: 0 0 60px 0; }
          .main.news .news_main .box2 ul li:nth-child(even) {
            background: #f6f6f6; }
          .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
            background: #f5f5f5; }
          .main.news .news_main .box2 ul li {
            width: 100%;
            height: auto;
            padding: 60px 0px;
            background: #fff; }
            .main.news .news_main .box2 ul li .cont {
              height: auto; }
              .main.news .news_main .box2 ul li .cont .item:last-child {
                margin-right: 0; }
              .main.news .news_main .box2 ul li .cont .item {
                width: 22.9%;
                height: auto;
                float: left;
                margin-right: 2.7%; }
                @media (min-width: 1024px) {
                  .main.news .news_main .box2 ul li .cont .item:hover a {
                    box-shadow: 8px 8px 8px #e4e4e4; }
                    .main.news .news_main .box2 ul li .cont .item:hover a .tu img {
                      transform: scale(1.1); }
                    .main.news .news_main .box2 ul li .cont .item:hover a .con .txt .ti {
                      color: #4abfef; } }
                .main.news .news_main .box2 ul li .cont .item a {
                  width: 100%;
                  height: auto;
                  color: #666;
                  display: block;
                  transition: all 0.5s; }
                  .main.news .news_main .box2 ul li .cont .item a .tu {
                    width: 100%;
                    height: auto;
                    position: relative;
                    overflow: hidden; }
                    .main.news .news_main .box2 ul li .cont .item a .tu img {
                      width: 100%;
                      height: auto;
                      transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu .more {
                      width: 85px;
                      height: 85px;
                      position: absolute;
                      right: 0;
                      top: 0;
                      background: url(../img/gg.png) no-repeat; }
                      @media print {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          background: none; } }
                      @media (max-width: 1200px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 68px;
                          height: 68px;
                          background-size: 100% 100%; } }
                      @media (max-width: 950px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 59.5px;
                          height: 59.5px; } }
                      @media (max-width: 750px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 42.5px;
                          height: 42.5px; } }
                      @media (max-width: 650px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 59.5px;
                          height: 59.5px; } }
                      @media (max-width: 500px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 42.5px;
                          height: 42.5px; } }
                      @media (max-width: 375px) {
                        .main.news .news_main .box2 ul li .cont .item a .tu .more {
                          width: 34px;
                          height: 34px; } }
                  .main.news .news_main .box2 ul li .cont .item a .con {
                    width: 93%;
                    height: auto;
                    padding-left: 3.5%;
                    padding-right: 3.5%;
                    background: #fff;
                    padding-top: 24px;
                    padding-bottom: 32px; }
                    .main.news .news_main .box2 ul li .cont .item a .con .year {
                      float: left;
                      width: 22.5%;
                      text-align: center;
                      height: auto;
                      border-right: 1px solid #d3d3d3; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                        font-size: 52px;
                        color: #ffa800;
                        font-weight: bold;
                        font-family: Arial;
                        line-height: 38px;
                        text-align: center;
                        padding-top: 6px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                        font-size: 12px;
                        color: #666;
                        line-height: 20px;
                        text-align: center;
                        font-family: Arial; }
                    .main.news .news_main .box2 ul li .cont .item a .con .txt {
                      width: 75%;
                      height: auto;
                      float: right; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                        font-size: 14px;
                        color: #666;
                        font-weight: bold;
                        line-height: 18px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                        font-size: 12px;
                        color: #666;
                        opacity: 0.8;
                        line-height: 20px;
                        padding-top: 5px; }
        @media (max-width: 750px) {
          .main.news .news_main .box2 ul li .cont .item a .con .year .day {
            padding-top: 0; } }
        @media (min-width: 320px) and (max-width: 375px) {
          .main.news .news_main .box2 ul {
            padding-top: 15px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 15px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 15px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 48%;
                  height: auto;
                  float: left;
                  margin: 0 1% 8px 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 93%;
                      height: auto;
                      padding-left: 3.5%;
                      padding-right: 3.5%;
                      background: #fff;
                      padding-top: 10px;
                      padding-bottom: 20px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: none;
                        width: 100%;
                        text-align: left;
                        height: auto;
                        border-right: none;
                        overflow: hidden; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 18px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 20px;
                          text-align: center;
                          float: left; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 20px;
                          text-align: center;
                          font-family: Arial;
                          float: left;
                          margin-left: 10px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 100%;
                        height: auto;
                        float: none; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 11px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 14px;
                          padding-top: 5px; } }
        @media (min-width: 375px) and (max-width: 415px) {
          .main.news .news_main .box2 ul {
            padding-top: 15px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 15px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 15px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 48%;
                  height: auto;
                  float: left;
                  margin: 0 1% 8px 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 93%;
                      height: auto;
                      padding-left: 3.5%;
                      padding-right: 3.5%;
                      background: #fff;
                      padding-top: 10px;
                      padding-bottom: 20px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: none;
                        width: 100%;
                        text-align: left;
                        height: auto;
                        border-right: none;
                        overflow: hidden; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 18px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 20px;
                          text-align: center;
                          float: left; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 20px;
                          text-align: center;
                          font-family: Arial;
                          float: left;
                          margin-left: 10px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 100%;
                        height: auto;
                        float: none; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 11px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 14px;
                          padding-top: 5px; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.news .news_main .box2 ul {
            padding-top: 20px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 20px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 20px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 48%;
                  height: auto;
                  float: left;
                  margin: 0 1% 12px 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 93%;
                      height: auto;
                      padding-left: 3.5%;
                      padding-right: 3.5%;
                      background: #fff;
                      padding-top: 10px;
                      padding-bottom: 20px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: none;
                        width: 100%;
                        text-align: left;
                        height: auto;
                        border-right: none;
                        overflow: hidden; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 20px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 20px;
                          text-align: center;
                          float: left; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 20px;
                          text-align: center;
                          font-family: Arial;
                          float: left;
                          margin-left: 10px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 100%;
                        height: auto;
                        float: none; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 11px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 14px;
                          padding-top: 5px; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.news .news_main .box2 ul {
            padding-top: 25px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 25px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 25px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 23%;
                  height: auto;
                  float: left;
                  margin: 0 1% 12px 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 93%;
                      height: auto;
                      padding-left: 3.5%;
                      padding-right: 3.5%;
                      background: #fff;
                      padding-top: 10px;
                      padding-bottom: 20px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: none;
                        width: 100%;
                        text-align: left;
                        height: auto;
                        border-right: none;
                        overflow: hidden; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 24px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 24px;
                          text-align: center;
                          float: left;
                          padding-top: 0; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 24px;
                          text-align: center;
                          font-family: Arial;
                          float: left;
                          margin-left: 10px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 100%;
                        height: auto;
                        float: none; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 11px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 14px;
                          padding-top: 5px; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.news .news_main .box2 ul {
            width: 100%;
            height: auto;
            padding-top: 30px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 30px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 30px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 23%;
                  height: auto;
                  float: left;
                  margin: 0 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 95%;
                      height: auto;
                      padding-left: 2.5%;
                      padding-right: 2.5%;
                      background: #fff;
                      padding-top: 15px;
                      padding-bottom: 32px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: left;
                        width: 30%;
                        text-align: center;
                        height: auto;
                        padding-bottom: 8px;
                        border-right: 1px solid #d3d3d3; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 40px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 34px;
                          text-align: center; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 20px;
                          text-align: center;
                          font-family: Arial; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 65%;
                        height: auto;
                        float: right; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 12px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 20px;
                          padding-top: 5px;
                          text-overflow: -o-ellipsis-lastline;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          display: -webkit-box;
                          -webkit-line-clamp: 2;
                          -webkit-box-orient: vertical; } }
        @media (min-width: 1024px) and (max-width: 1256px) {
          .main.news .news_main .box2 ul {
            width: 100%;
            height: auto;
            padding-top: 30px; }
            .main.news .news_main .box2 ul li:first-child {
              padding: 0 0 30px 0; }
            .main.news .news_main .box2 ul li:nth-child(even) {
              background: #f6f6f6; }
            .main.news .news_main .box2 ul li:nth-child(odd) .cont .item a .con {
              background: #f5f5f5; }
            .main.news .news_main .box2 ul li {
              width: 100%;
              height: auto;
              padding: 45px 0px;
              background: #fff; }
              .main.news .news_main .box2 ul li .cont {
                height: auto;
                padding: 0 20px;
                width: 100%;
                box-sizing: border-box; }
                .main.news .news_main .box2 ul li .cont .item:last-child {
                  margin-right: 0; }
                .main.news .news_main .box2 ul li .cont .item {
                  width: 23%;
                  height: auto;
                  float: left;
                  margin: 0 1%; }
                  .main.news .news_main .box2 ul li .cont .item a {
                    width: 100%;
                    height: auto;
                    color: #666;
                    display: block;
                    transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .tu {
                      width: 100%;
                      height: auto;
                      overflow: hidden; }
                      .main.news .news_main .box2 ul li .cont .item a .tu img {
                        width: 100%;
                        height: auto;
                        transition: all 0.5s; }
                    .main.news .news_main .box2 ul li .cont .item a .con {
                      width: 95%;
                      height: auto;
                      padding-left: 2.5%;
                      padding-right: 2.5%;
                      background: #fff;
                      padding-top: 15px;
                      padding-bottom: 32px; }
                      .main.news .news_main .box2 ul li .cont .item a .con .year {
                        float: left;
                        width: 30%;
                        text-align: center;
                        height: auto;
                        border-right: 1px solid #d3d3d3; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .day {
                          font-size: 40px;
                          color: #ffa800;
                          font-weight: bold;
                          font-family: Arial;
                          line-height: 34px;
                          text-align: center; }
                        .main.news .news_main .box2 ul li .cont .item a .con .year .month {
                          font-size: 12px;
                          color: #666;
                          line-height: 20px;
                          text-align: center;
                          font-family: Arial; }
                      .main.news .news_main .box2 ul li .cont .item a .con .txt {
                        width: 65%;
                        height: auto;
                        float: right; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .ti {
                          font-size: 14px;
                          color: #666;
                          font-weight: bold;
                          line-height: 18px;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                        .main.news .news_main .box2 ul li .cont .item a .con .txt .co {
                          font-size: 12px;
                          color: #666;
                          opacity: 0.8;
                          line-height: 20px;
                          padding-top: 5px; } }
      .main.news .news_main .page2 {
        width: 100%;
        height: auto;
        margin-bottom: 80px; }
        .main.news .news_main .page2 .page {
          padding: 0px 0px 0px;
          font-size: 12px;
          font-weight: bold;
          line-height: 22px;
          text-align: center;
          clear: both; }
        .main.news .news_main .page2 .page a {
          text-decoration: none;
          color: #8698b6;
          background: #fff;
          border: 1px solid #CCCCCC;
          padding: 3px 6px;
          padding-bottom: 2px;
          margin-right: 3px; }
        .main.news .news_main .page2 .page a.active {
          background: #FFA800;
          border: 1px solid #FFA800;
          color: #fff; }
        .main.news .news_main .page2 .page a:hover {
          text-decoration: none;
          color: #fff;
          background: #FFA800;
          border: 1px solid #FFA800; }
        .main.news .news_main .page2 img {
          display: block;
          margin: 0 auto; }
        @media (min-width: 320px) and (max-width: 415px) {
          .main.news .news_main .page2 {
            margin-bottom: 40px; } }
        @media (min-width: 415px) and (max-width: 640px) {
          .main.news .news_main .page2 {
            margin-bottom: 50px; } }
        @media (min-width: 640px) and (max-width: 750px) {
          .main.news .news_main .page2 {
            margin-bottom: 50px; } }
        @media (min-width: 750px) and (max-width: 1024px) {
          .main.news .news_main .page2 {
            margin-bottom: 60px; } }
        @media (min-width: 1024px) and (max-width: 1256px) {
          .main.news .news_main .page2 {
            margin-bottom: 60px; } }
    .main.news .detail {
      height: auto;
      padding-top: 95px; }
      .main.news .detail .title {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 13px;
        text-align: center;
        position: relative; }
        .main.news .detail .title .tit_l {
          display: inline-block;
          font-size: 22px;
          color: #666;
          font-weight: bold;
          line-height: 24px; }
        .main.news .detail .title .day {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 12px;
          color: #666;
          text-align: left;
          font-family: Arial;
          background: url(../img/time.png) no-repeat left center;
          padding-left: 20px; }
      .main.news .detail .content {
        width: 100%;
        height: auto;
        padding-top: 45px;
        padding-bottom: 85px; }
        .main.news .detail .content table {
          max-width: 100% !important;
          width: 100% !important; }
        .main.news .detail .content img {
          max-width: 100%;
          width: auto !important; }
        .main.news .detail .content .tu {
          width: 100% !important;
          height: auto;
          margin-bottom: 8px !important; }
          .main.news .detail .content .tu img {
            width: 100% !important;
            height: auto; }
        .main.news .detail .content p {
          font-size: 14px;
          color: #666;
          padding-top: 23px; }
        .main.news .detail .content .flip {
          width: 100%;
          height: auto;
          padding-top: 90px; }
          .main.news .detail .content .flip .txt {
            float: left; }
            .main.news .detail .content .flip .txt a {
              display: block;
              font-size: 12px;
              line-height: 20px;
              color: #666; }
              @media (min-width: 1024px) {
                .main.news .detail .content .flip .txt a:hover {
                  color: #4abfef; } }
          .main.news .detail .content .flip .fr {
            width: 83px;
            height: 28px;
            border: 1px solid #c9c9c9;
            float: right;
            display: block;
            font-size: 12px;
            color: #757575;
            background: url(../img/fh.png) no-repeat 18px center;
            padding-left: 45px;
            line-height: 28px;
            margin-top: 4px;
            transition: all 0.5s; }
            @media (min-width: 1024px) {
              .main.news .detail .content .flip .fr:hover {
                background-position: 10px center;
                color: #4abfef; } }
      @media (max-width: 1265px) {
        .main.news .detail {
          padding: 70px 20px 0 20px;
          box-sizing: border-box; }
          .main.news .detail .title {
            padding-bottom: 13px; }
            .main.news .detail .title .tit_l {
              font-size: 20px; }
            .main.news .detail .title .day {
              font-size: 12px;
              padding-left: 20px;
              background: url(../img/time.png) no-repeat left center; }
          .main.news .detail .content {
            width: 100%;
            height: auto;
            padding-top: 20px;
            padding-bottom: 70px; }
            .main.news .detail .content img {
              max-width: 100%; }
            .main.news .detail .content .tu {
              width: 100%;
              height: auto;
              margin-bottom: 8px; }
              .main.news .detail .content .tu img {
                width: 100%;
                height: auto; }
            .main.news .detail .content p {
              padding-top: 20px; }
            .main.news .detail .content .flip {
              padding-top: 40px; }
              .main.news .detail .content .flip .txt {
                float: left;
                width: 60%; }
                .main.news .detail .content .flip .txt a {
                  display: block;
                  font-size: 12px;
                  line-height: 20px;
                  color: #666;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
              .main.news .detail .content .flip .fr {
                width: 90px;
                height: 28px;
                border: 1px solid #c9c9c9;
                float: right;
                display: block;
                font-size: 12px;
                color: #757575;
                background: url(../img/fh.png) no-repeat 5px center;
                padding-left: 30px;
                line-height: 28px;
                margin-top: 4px;
                transition: all 0.5s; } }
      @media (max-width: 1024px) {
        .main.news .detail {
          padding: 60px 20px 0 20px; }
          .main.news .detail .title .tit_l {
            font-size: 20px; }
          .main.news .detail .title .day {
            font-size: 12px;
            padding-left: 20px; } }
      @media (max-width: 750px) {
        .main.news .detail {
          padding: 50px 20px 0 20px; }
          .main.news .detail .title .tit_l {
            font-size: 18px; }
          .main.news .detail .title .day {
            font-size: 12px; } }
      @media (max-width: 640px) {
        .main.news .detail {
          padding: 50px 20px 0 20px; }
          .main.news .detail .title .tit_l {
            font-size: 16px; }
          .main.news .detail .title .day {
            font-size: 12px; } }
      @media (max-width: 540px) {
        .main.news .detail {
          padding: 50px 20px 0 20px; }
          .main.news .detail .title .tit_l {
            font-size: 16px;
            width: 100%;
            display: block; }
          .main.news .detail .title .day {
            font-size: 12px;
            display: inline-block;
            position: relative; } }
      @media (max-width: 415px) {
        .main.news .detail {
          padding: 30px 20px 0 20px; }
          .main.news .detail .title {
            padding-bottom: 13px; }
            .main.news .detail .title .tit_l {
              font-size: 14px; }
            .main.news .detail .title .day {
              font-size: 11px; } }
      @media (min-width: 320px) and (max-width: 415px) {
        .main.news .detail .content {
          width: 100%;
          height: auto;
          padding-top: 20px;
          padding-bottom: 40px; }
          .main.news .detail .content img {
            max-width: 100%; }
          .main.news .detail .content .tu {
            width: 100%;
            height: auto;
            margin-bottom: 8px; }
            .main.news .detail .content .tu img {
              width: 100%;
              height: auto; }
          .main.news .detail .content p {
            padding-top: 10px; }
          .main.news .detail .content .flip {
            padding-top: 40px; }
            .main.news .detail .content .flip .txt {
              float: left;
              width: 60%; }
              .main.news .detail .content .flip .txt a {
                display: block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .main.news .detail .content .flip .fr {
              width: 83px;
              height: 28px;
              border: 1px solid #c9c9c9;
              float: right;
              display: block;
              font-size: 12px;
              color: #757575;
              background: url(../img/fh.png) no-repeat 5px center;
              padding-left: 25px;
              line-height: 28px;
              margin-top: 4px;
              transition: all 0.5s; } }
      @media (min-width: 415px) and (max-width: 640px) {
        .main.news .detail .content {
          width: 100%;
          height: auto;
          padding-top: 20px;
          padding-bottom: 50px; }
          .main.news .detail .content img {
            max-width: 100%; }
          .main.news .detail .content .tu {
            width: 100%;
            height: auto;
            margin-bottom: 8px; }
            .main.news .detail .content .tu img {
              width: 100%;
              height: auto; }
          .main.news .detail .content p {
            padding-top: 15px; }
          .main.news .detail .content .flip {
            padding-top: 40px; }
            .main.news .detail .content .flip .txt {
              float: left;
              width: 60%; }
              .main.news .detail .content .flip .txt a {
                display: block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .main.news .detail .content .flip .fr {
              width: 83px;
              height: 28px;
              border: 1px solid #c9c9c9;
              float: right;
              display: block;
              font-size: 12px;
              color: #757575;
              background: url(../img/fh.png) no-repeat 5px center;
              padding-left: 25px;
              line-height: 28px;
              margin-top: 4px;
              transition: all 0.5s; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.news .detail .content {
          width: 100%;
          height: auto;
          padding-top: 20px;
          padding-bottom: 50px; }
          .main.news .detail .content img {
            max-width: 100%; }
          .main.news .detail .content .tu {
            width: 100%;
            height: auto;
            margin-bottom: 8px; }
            .main.news .detail .content .tu img {
              width: 100%;
              height: auto; }
          .main.news .detail .content p {
            padding-top: 15px; }
          .main.news .detail .content .flip {
            padding-top: 40px; }
            .main.news .detail .content .flip .txt {
              float: left;
              width: 60%; }
              .main.news .detail .content .flip .txt a {
                display: block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .main.news .detail .content .flip .fr {
              width: 90px;
              height: 28px;
              border: 1px solid #c9c9c9;
              float: right;
              display: block;
              font-size: 12px;
              color: #757575;
              background: url(../img/fh.png) no-repeat 5px center;
              padding-left: 30px;
              line-height: 28px;
              margin-top: 4px;
              transition: all 0.5s; } }
      @media (min-width: 750px) and (max-width: 1024px) {
        .main.news .detail .content {
          width: 100%;
          height: auto;
          padding-top: 20px;
          padding-bottom: 50px; }
          .main.news .detail .content img {
            max-width: 100%; }
          .main.news .detail .content .tu {
            width: 100%;
            height: auto;
            margin-bottom: 8px; }
            .main.news .detail .content .tu img {
              width: 100%;
              height: auto; }
          .main.news .detail .content p {
            padding-top: 20px; }
          .main.news .detail .content .flip {
            padding-top: 40px; }
            .main.news .detail .content .flip .txt {
              float: left;
              width: 60%; }
              .main.news .detail .content .flip .txt a {
                display: block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .main.news .detail .content .flip .fr {
              width: 90px;
              height: 28px;
              border: 1px solid #c9c9c9;
              float: right;
              display: block;
              font-size: 12px;
              color: #757575;
              background: url(../img/fh.png) no-repeat 5px center;
              padding-left: 30px;
              line-height: 28px;
              margin-top: 4px;
              transition: all 0.5s; } }
  .main.contact {
    width: 100%;
    height: auto; }
    .main.contact .banner2 {
      width: 100%;
      height: 210px;
      position: relative; }
      @media (max-width: 1024px) {
        .main.contact .banner2 {
          display: none; } }
      .main.contact .banner2 .text {
        height: auto;
        text-align: right; }
        @media (max-width: 1024px) {
          .main.contact .banner2 .text {
            position: absolute;
            left: 0;
            top: 0; } }
        .main.contact .banner2 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.contact .banner2 .text .en {
          font-size: 38px;
          color: #fff;
          clear: both;
          line-height: 50px; }
        .main.contact .banner2 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.contact .banner2 .text {
          height: auto;
          text-align: right;
          padding: 0 20px;
          width: 100%;
          box-sizing: border-box; }
          .main.contact .banner2 .text .line {
            width: 60px;
            height: 4px;
            float: right;
            margin-top: 65px;
            background: #fff;
            margin-bottom: 20px; }
          .main.contact .banner2 .text .en {
            font-size: 34px;
            color: #fff;
            clear: both;
            line-height: 46px; }
          .main.contact .banner2 .text .cn {
            font-size: 26px;
            color: #fff;
            line-height: 26px; } }
    .main.contact .banner3 {
      width: 100%;
      height: auto;
      display: none;
      position: relative; }
      @media (max-width: 1024px) {
        .main.contact .banner3 {
          display: block; } }
      .main.contact .banner3 img {
        width: 100%;
        height: auto; }
      .main.contact .banner3 .text {
        height: auto;
        text-align: right;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 100px; }
        .main.contact .banner3 .text .line {
          width: 60px;
          height: 4px;
          float: right;
          margin-top: 65px;
          background: #fff;
          margin-bottom: 20px; }
        .main.contact .banner3 .text .en {
          font-size: 34px;
          color: #fff;
          clear: both;
          line-height: 46px; }
        .main.contact .banner3 .text .cn {
          font-size: 26px;
          color: #fff;
          line-height: 26px; }
        @media (max-width: 750px) {
          .main.contact .banner3 .text .line {
            margin-top: 50px;
            margin-bottom: 20px; }
          .main.contact .banner3 .text .cn {
            font-size: 20px;
            color: #fff;
            line-height: 20px; } }
        @media (max-width: 640px) {
          .main.contact .banner3 .text {
            top: 50px; }
            .main.contact .banner3 .text .line {
              width: 60px;
              height: 4px;
              float: right; }
            .main.contact .banner3 .text .en {
              font-size: 20px;
              color: #fff;
              clear: both;
              line-height: 40px; }
            .main.contact .banner3 .text .cn {
              font-size: 16px;
              color: #fff;
              line-height: 32px; } }
        @media (max-width: 500px) {
          .main.contact .banner3 .text {
            top: 20px; } }
        @media (max-width: 400px) {
          .main.contact .banner3 .text {
            top: 10px; }
            .main.contact .banner3 .text .line {
              margin-top: 35px; }
            .main.contact .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.contact .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 375px) {
          .main.contact .banner3 .text {
            top: 0px; }
            .main.contact .banner3 .text .line {
              margin-top: 30px; }
            .main.contact .banner3 .text .en {
              font-size: 20px;
              line-height: 30px; }
            .main.contact .banner3 .text .cn {
              font-size: 16px;
              line-height: 20px; } }
    .main.contact .position {
      height: auto;
      font-size: 12px;
      color: #666;
      padding-top: 6px; }
      .main.contact .position a {
        color: #bcbcbc; }
        @media (min-width: 1024px) {
          .main.contact .position a:hover {
            color: #FFB933; } }
      .main.contact .position i {
        color: #bcbcbc; }
      @media (min-width: 320px) and (max-width: 1285px) {
        .main.contact .position {
          padding: 6px 20px 0 20px;
          width: 100%;
          box-sizing: border-box; } }
    .main.contact .classification {
      width: 100%;
      height: auto;
      margin-top: 22px;
      text-align: center; }
      .main.contact .classification a {
        display: inline-block;
        width: 160px;
        height: auto;
        font-size: 16px;
        color: #bcbcbc;
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 12px;
        margin: 0 2px;
        transition: all 0.5s;
        position: relative; }
        .main.contact .classification a > .bor2 {
          width: 0%;
          height: 2px;
          background: #3ac5ff;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all 0.5s; }
        .main.contact .classification a.cur > .bor2 {
          width: 100%; }
        @media (min-width: 1024px) {
          .main.contact .classification a:hover > .bor2 {
            width: 100%; } }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.contact .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.contact .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.contact .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.contact .classification a {
            display: inline-block;
            width: 20%;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 415px) and (max-width: 540px) {
        .main.contact .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.contact .classification a {
            display: inline-block;
            width: 80px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 540px) and (max-width: 640px) {
        .main.contact .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.contact .classification a {
            display: inline-block;
            width: 110px;
            height: auto;
            font-size: 14px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.contact .classification {
          margin-top: 12px;
          padding: 0 20px;
          width: 100%;
          height: auto;
          box-sizing: border-box; }
          .main.contact .classification a {
            display: inline-block;
            width: 130px;
            height: auto;
            font-size: 16px;
            color: #bcbcbc;
            border-bottom: 2px solid #e6e6e6;
            padding-bottom: 12px;
            margin: 0 2px;
            transition: all 0.5s; } }
    .main.contact .container {
      width: 100%;
      height: auto;
      padding-top: 100px;
      padding-bottom: 100px; }
      .main.contact .container > .tit {
        width: 100%;
        height: auto;
        text-align: center;
        background: url(../img/tbg.png) no-repeat center center; }
        .main.contact .container > .tit .text {
          font-size: 30px;
          color: #333;
          line-height: 30px; }
        .main.contact .container > .tit .en {
          font-size: 12px;
          color: #666;
          opacity: 0.5;
          line-height: 22px;
          text-align: center;
          font-family: Arial; }
      .main.contact .container .problem {
        height: auto;
        padding-top: 50px; }
        .main.contact .container .problem ul {
          width: 100%;
          height: auto; }
          .main.contact .container .problem ul li {
            width: 100%;
            height: auto;
            margin-bottom: 7px; }
            .main.contact .container .problem ul li .ti {
              width: 94.8%;
              height: 50px;
              background: #eaeaea;
              padding: 0 1.2% 0 4%;
              overflow: hidden; }
              .main.contact .container .problem ul li .ti.open .ico {
                background: url(../img/jian.png) no-repeat right center; }
              .main.contact .container .problem ul li .ti .text {
                font-size: 16px;
                color: #333;
                float: left;
                line-height: 50px; }
              .main.contact .container .problem ul li .ti .ico {
                float: right;
                width: 50px;
                height: 50px;
                background: url(../img/jia.png) no-repeat right center; }
            .main.contact .container .problem ul li .cont {
              width: 94.8%;
              padding: 0 1.2% 0 4%;
              font-size: 14px;
              color: #666;
              padding-top: 17px;
              padding-bottom: 35px;
              display: none; }
      .main.contact .container .form {
        width: 710px;
        height: auto;
        margin: 0 auto;
        padding-top: 40px; }
        .main.contact .container .form .matters {
          width: 100%;
          height: auto; }
          .main.contact .container .form .matters > label {
            font-size: 14px;
            padding-bottom: 5px;
            color: #666;
            display: block; }
            .main.contact .container .form .matters > label span {
              font-size: 14px;
              color: red; }
          .main.contact .container .form .matters .radio {
            width: 100%;
            height: auto; }
            .main.contact .container .form .matters .radio .r {
              float: left;
              margin-right: 50px;
              cursor: pointer;
              overflow: hidden; }
              .main.contact .container .form .matters .radio .r.cur .input {
                background: url(../img/r2.png) no-repeat; }
              .main.contact .container .form .matters .radio .r .input {
                width: 12px;
                height: 12px;
                background: url(../img/r.png) no-repeat;
                float: left;
                margin-top: 6px; }
                .main.contact .container .form .matters .radio .r .input input {
                  opacity: 0; }
              .main.contact .container .form .matters .radio .r label {
                font-size: 12px;
                color: #333;
                float: left;
                margin-left: 15px;
                display: block; }
        .main.contact .container .form .message {
          width: 100%;
          height: auto;
          padding-top: 10px; }
          .main.contact .container .form .message .name {
            width: 315px;
            height: auto;
            float: left; }
            .main.contact .container .form .message .name > label {
              font-size: 14px;
              padding-bottom: 5px;
              color: #666;
              line-height: 24px;
              display: block; }
              .main.contact .container .form .message .name > label span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .message .name .input {
              width: 310px;
              height: 30px;
              position: relative; }
              .main.contact .container .form .message .name .input input {
                width: 278px;
                height: 28px;
                border: 1px solid #d8d8d8;
                text-indent: 1em;
                transition: all 0.5s;
                padding-left: 30px; }
                .main.contact .container .form .message .name .input input:focus {
                  border-color: #FFB933;
                  box-shadow: 3px 3px 3px #f4f4f4; }
              .main.contact .container .form .message .name .input .ico {
                width: 30px;
                height: 23px;
                border-right: 1px solid #d6d6d6;
                background: url(../img/ren.png) no-repeat center center;
                position: absolute;
                left: 0;
                top: 3.5px; }
          .main.contact .container .form .message .tel {
            width: 315px;
            height: auto;
            float: right; }
            .main.contact .container .form .message .tel > label {
              font-size: 14px;
              padding-bottom: 5px;
              color: #666;
              line-height: 24px;
              display: block; }
              .main.contact .container .form .message .tel > label span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .message .tel .input {
              width: 310px;
              height: 30px;
              position: relative; }
              .main.contact .container .form .message .tel .input input {
                width: 278px;
                height: 28px;
                border: 1px solid #d8d8d8;
                text-indent: 1em;
                transition: all 0.5s;
                padding-left: 30px; }
                .main.contact .container .form .message .tel .input input:focus {
                  border-color: #FFB933;
                  box-shadow: 3px 3px 3px #f4f4f4; }
              .main.contact .container .form .message .tel .input .ico {
                width: 30px;
                height: 23px;
                border-right: 1px solid #d6d6d6;
                background: url(../img/tel.png) no-repeat center center;
                position: absolute;
                left: 0;
                top: 3.5px; }
        .main.contact .container .form .email {
          width: 100%;
          height: auto;
          padding-top: 10px; }
          .main.contact .container .form .email .em {
            width: 315px;
            height: auto;
            float: left; }
            .main.contact .container .form .email .em > label {
              font-size: 14px;
              padding-bottom: 5px;
              color: #666;
              line-height: 24px;
              display: block; }
              .main.contact .container .form .email .em > label span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .email .em .input {
              width: 310px;
              height: 30px;
              position: relative; }
              .main.contact .container .form .email .em .input input {
                width: 278px;
                height: 28px;
                border: 1px solid #d8d8d8;
                text-indent: 1em;
                transition: all 0.5s;
                padding-left: 30px; }
                .main.contact .container .form .email .em .input input:focus {
                  border-color: #FFB933;
                  box-shadow: 3px 3px 3px #f4f4f4; }
              .main.contact .container .form .email .em .input .ico {
                width: 30px;
                height: 23px;
                border-right: 1px solid #d6d6d6;
                background: url(../img/e.png) no-repeat center center;
                position: absolute;
                left: 0;
                top: 3.5px; }
          .main.contact .container .form .email .qq {
            width: 315px;
            height: auto;
            float: right; }
            .main.contact .container .form .email .qq > label {
              font-size: 14px;
              padding-bottom: 5px;
              color: #666;
              line-height: 24px;
              display: block; }
              .main.contact .container .form .email .qq > label span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .email .qq .input {
              width: 310px;
              height: 30px;
              position: relative; }
              .main.contact .container .form .email .qq .input input {
                width: 278px;
                height: 28px;
                border: 1px solid #d8d8d8;
                text-indent: 1em;
                transition: all 0.5s;
                padding-left: 30px; }
                .main.contact .container .form .email .qq .input input:focus {
                  border-color: #FFB933;
                  box-shadow: 3px 3px 3px #f4f4f4; }
              .main.contact .container .form .email .qq .input .ico {
                width: 30px;
                height: 23px;
                border-right: 1px solid #d6d6d6;
                background: url(../img/wx100.png) no-repeat center center;
                position: absolute;
                left: 0;
                top: 3.5px; }
        .main.contact .container .form .textarea {
          width: 710px;
          height: auto;
          margin-top: 20px; }
          .main.contact .container .form .textarea > label {
            font-size: 14px;
            padding-bottom: 5px;
            color: #666;
            line-height: 24px;
            display: block; }
            .main.contact .container .form .textarea > label span {
              font-size: 14px;
              color: red; }
          .main.contact .container .form .textarea .te {
            width: 710px;
            height: 200px;
            position: relative; }
            .main.contact .container .form .textarea .te textarea {
              width: 671px;
              height: 198px;
              border: 1px solid #d8d8d8;
              display: block;
              resize: none;
              padding-left: 30px;
              text-indent: 1em;
              transition: all 0.5s; }
              .main.contact .container .form .textarea .te textarea:focus {
                border-color: #FFB933;
                box-shadow: 3px 3px 3px #f4f4f4; }
            .main.contact .container .form .textarea .te .ico {
              width: 31px;
              height: 194px;
              position: absolute;
              left: 0;
              top: 3px;
              border-right: 1px solid #d6d6d6;
              background: url(../img/t.png) no-repeat center center; }
        .main.contact .container .form .text {
          font-size: 14px;
          color: #666;
          padding-top: 5px; }
          .main.contact .container .form .text span {
            font-size: 14px;
            color: red; }
        .main.contact .container .form .submit {
          width: 100%;
          height: auto;
          text-align: center;
          margin-top: 17px; }
          .main.contact .container .form .submit input {
            width: 120px;
            height: 35px;
            background: #FFB933;
            border: none;
            font-size: 14px;
            color: #fff;
            border-radius: 35px;
            font-weight: bold;
            text-align: center;
            line-height: 35px;
            display: inline-block; }
      @media (min-width: 320px) and (max-width: 375px) {
        .main.contact .container {
          padding-top: 40px;
          padding-bottom: 40px; }
          .main.contact .container > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.contact .container > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.contact .container > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 30px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  background: #eaeaea;
                  padding: 5px 1.2% 5px 4%;
                  overflow: hidden;
                  position: relative; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 11px;
                    color: #333;
                    float: left;
                    line-height: 20px;
                    width: 80%;
                    display: inline-block; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 20px;
                    height: 20px;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin-top: -10px; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 12px;
                  color: #666;
                  padding-top: 10px;
                  padding-bottom: 20px;
                  display: none; }
          .main.contact .container .form {
            padding: 30px 20px 0 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.contact .container .form .matters {
              width: 100%;
              height: auto; }
              .main.contact .container .form .matters .radio {
                width: 100%;
                height: auto; }
                .main.contact .container .form .matters .radio .r {
                  float: left;
                  margin-right: 10px;
                  cursor: pointer; }
                  .main.contact .container .form .matters .radio .r .input {
                    width: 12px;
                    height: 12px;
                    background: url(../img/r.png) no-repeat left center;
                    float: left; }
                    .main.contact .container .form .matters .radio .r .input.cur {
                      background: url(../img/r2.png) no-repeat left center; } }
            @media print and (min-width: 320px) and (max-width: 375px) {
              .main.contact .container .form .matters .radio .r .input .cur {
                color: #FFB933; } }
      @media (min-width: 320px) and (max-width: 375px) {
                    .main.contact .container .form .matters .radio .r .input input {
                      opacity: 0; }
                  .main.contact .container .form .matters .radio .r label {
                    font-size: 12px;
                    color: #333;
                    float: left;
                    line-height: 26px;
                    margin-left: 10px;
                    display: block; }
            .main.contact .container .form .message {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .message .name {
                width: 100%;
                height: auto;
                float: none; }
                .main.contact .container .form .message .name > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .name > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .name .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .name .input input {
                    width: 100%;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px;
                    box-sizing: border-box; }
                    .main.contact .container .form .message .name .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .name .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/ren.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .message .tel {
                width: 100%;
                height: auto;
                float: right;
                padding-top: 10px; }
                .main.contact .container .form .message .tel > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .tel > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .tel .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .tel .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .message .tel .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .tel .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/tel.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .email {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .email .em {
                width: 100%;
                height: auto;
                float: left; }
                .main.contact .container .form .email .em > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .em > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .em .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .em .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .em .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .em .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/e.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .email .qq {
                width: 100%;
                height: auto;
                float: right;
                padding-top: 10px; }
                .main.contact .container .form .email .qq > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .qq > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .qq .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .qq .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .qq .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .qq .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .textarea {
              width: 100%;
              height: auto;
              margin-top: 10px; }
              .main.contact .container .form .textarea > label {
                font-size: 14px;
                padding-bottom: 5px;
                color: #666;
                line-height: 24px;
                display: block; }
                .main.contact .container .form .textarea > label span {
                  font-size: 14px;
                  color: red; }
              .main.contact .container .form .textarea .te {
                width: 100%;
                height: 200px;
                position: relative; }
                .main.contact .container .form .textarea .te textarea {
                  width: 100%;
                  height: 198px;
                  border: 1px solid #d8d8d8;
                  display: block;
                  resize: none;
                  box-sizing: border-box;
                  padding-left: 30px;
                  text-indent: 1em;
                  transition: all 0.5s; }
                  .main.contact .container .form .textarea .te textarea:focus {
                    border-color: #FFB933;
                    box-shadow: 3px 3px 3px #f4f4f4; }
                .main.contact .container .form .textarea .te .ico {
                  width: 31px;
                  height: 192px;
                  position: absolute;
                  left: 0;
                  top: 3px;
                  border-right: 1px solid #d6d6d6;
                  background: url(../img/t.png) no-repeat center center; }
            .main.contact .container .form .text {
              font-size: 14px;
              color: #666;
              padding-top: 5px; }
              .main.contact .container .form .text span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .submit {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 17px; }
              .main.contact .container .form .submit input {
                width: 120px;
                height: 35px;
                background: #FFB933;
                border: none;
                font-size: 14px;
                color: #fff;
                border-radius: 35px;
                font-weight: bold;
                text-align: center;
                line-height: 35px;
                display: inline-block; } }
      @media (min-width: 375px) and (max-width: 415px) {
        .main.contact .container {
          padding-top: 45px;
          padding-bottom: 45px; }
          .main.contact .container > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.contact .container > .tit .text {
              font-size: 20px;
              color: #333;
              line-height: 20px; }
            .main.contact .container > .tit .en {
              font-size: 11px;
              color: #666;
              opacity: 0.5;
              line-height: 18px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 30px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  background: #eaeaea;
                  position: relative;
                  padding: 7px 1.2% 7px 4%; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 18px;
                    color: #333;
                    float: left;
                    line-height: 30px;
                    width: 80%; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 20px;
                    height: 20px;
                    margin-top: -10px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 12px;
                  color: #666;
                  padding-top: 10px;
                  padding-bottom: 20px;
                  display: none; }
          .main.contact .container .form {
            padding: 30px 20px 0 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.contact .container .form .matters {
              width: 100%;
              height: auto; }
              .main.contact .container .form .matters .radio {
                width: 100%;
                height: auto; }
                .main.contact .container .form .matters .radio .r {
                  float: left;
                  margin-right: 30px;
                  cursor: pointer; }
                  .main.contact .container .form .matters .radio .r .input {
                    width: 12px;
                    height: 12px;
                    background: url(../img/r.png) no-repeat;
                    float: left;
                    margin-top: 6px; }
                    .main.contact .container .form .matters .radio .r .input.cur {
                      background: url(../img/r2.png) no-repeat; }
                    .main.contact .container .form .matters .radio .r .input input {
                      opacity: 0; }
                  .main.contact .container .form .matters .radio .r label {
                    font-size: 12px;
                    color: #333;
                    float: left;
                    margin-left: 15px;
                    display: block; }
            .main.contact .container .form .message {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .message .name {
                width: 100%;
                height: auto;
                float: none; }
                .main.contact .container .form .message .name > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .name > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .name .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .name .input input {
                    width: 100%;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px;
                    box-sizing: border-box; }
                    .main.contact .container .form .message .name .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .name .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/ren.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .message .tel {
                width: 100%;
                height: auto;
                float: right;
                padding-top: 10px; }
                .main.contact .container .form .message .tel > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .tel > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .tel .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .tel .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .message .tel .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .tel .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/tel.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .email {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .email .em {
                width: 100%;
                height: auto;
                float: left; }
                .main.contact .container .form .email .em > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .em > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .em .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .em .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .em .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .em .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/e.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .email .qq {
                width: 100%;
                height: auto;
                float: right;
                padding-top: 10px; }
                .main.contact .container .form .email .qq > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .qq > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .qq .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .qq .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .qq .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .qq .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .textarea {
              width: 100%;
              height: auto;
              margin-top: 10px; }
              .main.contact .container .form .textarea > label {
                font-size: 14px;
                padding-bottom: 5px;
                color: #666;
                line-height: 24px;
                display: block; }
                .main.contact .container .form .textarea > label span {
                  font-size: 14px;
                  color: red; }
              .main.contact .container .form .textarea .te {
                width: 100%;
                height: 200px;
                position: relative; }
                .main.contact .container .form .textarea .te textarea {
                  width: 100%;
                  height: 198px;
                  border: 1px solid #d8d8d8;
                  display: block;
                  resize: none;
                  box-sizing: border-box;
                  padding-left: 30px;
                  text-indent: 1em;
                  transition: all 0.5s; }
                  .main.contact .container .form .textarea .te textarea:focus {
                    border-color: #FFB933;
                    box-shadow: 3px 3px 3px #f4f4f4; }
                .main.contact .container .form .textarea .te .ico {
                  width: 31px;
                  height: 192px;
                  position: absolute;
                  left: 0;
                  top: 2px;
                  border-right: 1px solid #d6d6d6;
                  background: url(../img/t.png) no-repeat center center; }
            .main.contact .container .form .text {
              font-size: 14px;
              color: #666;
              padding-top: 5px; }
              .main.contact .container .form .text span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .submit {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 17px; }
              .main.contact .container .form .submit input {
                width: 120px;
                height: 35px;
                background: #FFB933;
                border: none;
                font-size: 14px;
                color: #fff;
                border-radius: 35px;
                font-weight: bold;
                text-align: center;
                line-height: 35px;
                display: inline-block; } }
      @media (min-width: 415px) and (max-width: 640px) {
        .main.contact .container {
          padding-top: 45px;
          padding-bottom: 45px; }
          .main.contact .container > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.contact .container > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.contact .container > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 40px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  background: #eaeaea;
                  padding: 0 1.2% 0 4%;
                  position: relative; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 14px;
                    color: #333;
                    float: left;
                    line-height: 20px;
                    width: 80%;
                    padding: 10px 0; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 25px;
                    height: 25px;
                    margin-top: -12.5px;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain;
                    position: absolute;
                    right: 10px;
                    top: 50%; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 14px;
                  color: #666;
                  padding-top: 10px;
                  padding-bottom: 20px;
                  display: none; }
          .main.contact .container .form {
            padding: 30px 20px 0 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.contact .container .form .matters {
              width: 100%;
              height: auto; }
              .main.contact .container .form .matters .radio {
                width: 100%;
                height: auto; }
                .main.contact .container .form .matters .radio .r {
                  float: left;
                  margin-right: 30px;
                  cursor: pointer; }
                  .main.contact .container .form .matters .radio .r .input {
                    width: 12px;
                    height: 12px;
                    background: url(../img/r.png) no-repeat;
                    float: left;
                    margin-top: 6px; }
                    .main.contact .container .form .matters .radio .r .input.cur {
                      background: url(../img/r2.png) no-repeat; }
                    .main.contact .container .form .matters .radio .r .input input {
                      opacity: 0; }
                  .main.contact .container .form .matters .radio .r label {
                    font-size: 12px;
                    color: #333;
                    float: left;
                    margin-left: 15px;
                    display: block; }
            .main.contact .container .form .message {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .message .name {
                width: 47%;
                height: auto;
                float: left; }
                .main.contact .container .form .message .name > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .name > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .name .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .name .input input {
                    width: 100%;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px;
                    box-sizing: border-box; }
                    .main.contact .container .form .message .name .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .name .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/ren.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .message .tel {
                width: 47%;
                height: auto;
                float: right; }
                .main.contact .container .form .message .tel > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .tel > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .tel .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .tel .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .message .tel .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .tel .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/tel.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .email {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .email .em {
                width: 47%;
                height: auto;
                float: left; }
                .main.contact .container .form .email .em > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .em > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .em .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .em .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .em .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .em .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/e.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
              .main.contact .container .form .email .qq {
                width: 47%;
                height: auto;
                float: right; }
                .main.contact .container .form .email .qq > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .qq > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .qq .input {
                  width: 100%;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .qq .input input {
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .qq .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .qq .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    position: absolute;
                    left: 0;
                    top: 1.5px; }
            .main.contact .container .form .textarea {
              width: 100%;
              height: auto;
              margin-top: 20px; }
              .main.contact .container .form .textarea > label {
                font-size: 14px;
                padding-bottom: 5px;
                color: #666;
                line-height: 24px;
                display: block; }
                .main.contact .container .form .textarea > label span {
                  font-size: 14px;
                  color: red; }
              .main.contact .container .form .textarea .te {
                width: 100%;
                height: 200px;
                position: relative; }
                .main.contact .container .form .textarea .te textarea {
                  width: 100%;
                  height: 198px;
                  border: 1px solid #d8d8d8;
                  display: block;
                  resize: none;
                  box-sizing: border-box;
                  padding-left: 30px;
                  text-indent: 1em;
                  transition: all 0.5s; }
                  .main.contact .container .form .textarea .te textarea:focus {
                    border-color: #FFB933;
                    box-shadow: 3px 3px 3px #f4f4f4; }
                .main.contact .container .form .textarea .te .ico {
                  width: 31px;
                  height: 192px;
                  position: absolute;
                  left: 0;
                  top: 2px;
                  border-right: 1px solid #d6d6d6;
                  background: url(../img/t.png) no-repeat center center; }
            .main.contact .container .form .text {
              font-size: 14px;
              color: #666;
              padding-top: 5px; }
              .main.contact .container .form .text span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .submit {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 17px; }
              .main.contact .container .form .submit input {
                width: 120px;
                height: 35px;
                background: #FFB933;
                border: none;
                font-size: 14px;
                color: #fff;
                border-radius: 35px;
                font-weight: bold;
                text-align: center;
                line-height: 35px;
                display: inline-block; } }
      @media (min-width: 640px) and (max-width: 750px) {
        .main.contact .container {
          padding-top: 50px;
          padding-bottom: 50px; }
          .main.contact .container > .tit {
            width: 80%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center;
            background-size: contain; }
            .main.contact .container > .tit .text {
              font-size: 24px;
              color: #333;
              line-height: 24px; }
            .main.contact .container > .tit .en {
              font-size: 13px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 50px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  background: #eaeaea;
                  padding: 0 1.2% 0 4%;
                  position: relative; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 16px;
                    color: #333;
                    float: left;
                    line-height: 20px;
                    width: 80%;
                    padding: 15px 0; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 30px;
                    height: 30px;
                    margin-top: -15px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 14px;
                  color: #666;
                  padding-top: 12px;
                  padding-bottom: 25px;
                  display: none; }
          .main.contact .container .form {
            padding: 35px 20px 0 20px;
            width: 100%;
            box-sizing: border-box; }
            .main.contact .container .form .matters {
              width: 100%;
              height: auto; }
              .main.contact .container .form .matters .radio {
                width: 100%;
                height: auto; }
                .main.contact .container .form .matters .radio .r {
                  float: left;
                  margin-right: 40px;
                  cursor: pointer; }
                  .main.contact .container .form .matters .radio .r .input {
                    width: 12px;
                    height: 12px;
                    background: url(../img/r.png) no-repeat;
                    float: left;
                    margin-top: 6px; }
                    .main.contact .container .form .matters .radio .r .input.cur {
                      background: url(../img/r2.png) no-repeat; }
                    .main.contact .container .form .matters .radio .r .input input {
                      opacity: 0; }
                  .main.contact .container .form .matters .radio .r label {
                    font-size: 12px;
                    color: #333;
                    float: left;
                    margin-left: 15px;
                    display: block; }
            .main.contact .container .form .message {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .message .name {
                width: 280px;
                height: auto;
                float: left; }
                .main.contact .container .form .message .name > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .name > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .name .input {
                  width: 280px;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .name .input input {
                    width: 248px;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .message .name .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .name .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/ren.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 3.5px; }
              .main.contact .container .form .message .tel {
                width: 280px;
                height: auto;
                float: right; }
                .main.contact .container .form .message .tel > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .message .tel > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .message .tel .input {
                  width: 310px;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .message .tel .input input {
                    width: 248px;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .message .tel .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .message .tel .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/tel.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 3.5px; }
            .main.contact .container .form .email {
              width: 100%;
              height: auto;
              padding-top: 10px; }
              .main.contact .container .form .email .em {
                width: 280px;
                height: auto;
                float: left; }
                .main.contact .container .form .email .em > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .em > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .em .input {
                  width: 280px;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .em .input input {
                    width: 248px;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .em .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .em .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    background: url(../img/e.png) no-repeat center center;
                    position: absolute;
                    left: 0;
                    top: 3.5px; }
              .main.contact .container .form .email .qq {
                width: 280px;
                height: auto;
                float: right; }
                .main.contact .container .form .email .qq > label {
                  font-size: 14px;
                  padding-bottom: 5px;
                  color: #666;
                  line-height: 24px;
                  display: block; }
                  .main.contact .container .form .email .qq > label span {
                    font-size: 14px;
                    color: red; }
                .main.contact .container .form .email .qq .input {
                  width: 280px;
                  height: 30px;
                  position: relative; }
                  .main.contact .container .form .email .qq .input input {
                    width: 248px;
                    height: 28px;
                    border: 1px solid #d8d8d8;
                    text-indent: 1em;
                    transition: all 0.5s;
                    padding-left: 30px; }
                    .main.contact .container .form .email .qq .input input:focus {
                      border-color: #FFB933;
                      box-shadow: 3px 3px 3px #f4f4f4; }
                  .main.contact .container .form .email .qq .input .ico {
                    width: 30px;
                    height: 23px;
                    border-right: 1px solid #d6d6d6;
                    position: absolute;
                    left: 0;
                    top: 3.5px; }
            .main.contact .container .form .textarea {
              width: 100%;
              height: auto;
              margin-top: 20px; }
              .main.contact .container .form .textarea > label {
                font-size: 14px;
                padding-bottom: 5px;
                color: #666;
                line-height: 24px;
                display: block; }
                .main.contact .container .form .textarea > label span {
                  font-size: 14px;
                  color: red; }
              .main.contact .container .form .textarea .te {
                width: 100%;
                height: 200px;
                position: relative; }
                .main.contact .container .form .textarea .te textarea {
                  width: 100%;
                  height: 198px;
                  border: 1px solid #d8d8d8;
                  display: block;
                  resize: none;
                  box-sizing: border-box;
                  padding-left: 30px;
                  text-indent: 1em;
                  transition: all 0.5s; }
                  .main.contact .container .form .textarea .te textarea:focus {
                    border-color: #FFB933;
                    box-shadow: 3px 3px 3px #f4f4f4; }
                .main.contact .container .form .textarea .te .ico {
                  width: 31px;
                  height: 194px;
                  position: absolute;
                  left: 0;
                  top: 3px;
                  border-right: 1px solid #d6d6d6;
                  background: url(../img/t.png) no-repeat center center; }
            .main.contact .container .form .text {
              font-size: 14px;
              color: #666;
              padding-top: 5px; }
              .main.contact .container .form .text span {
                font-size: 14px;
                color: red; }
            .main.contact .container .form .submit {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 17px; }
              .main.contact .container .form .submit input {
                width: 120px;
                height: 35px;
                background: #FFB933;
                border: none;
                font-size: 14px;
                color: #fff;
                border-radius: 35px;
                font-weight: bold;
                text-align: center;
                line-height: 35px;
                display: inline-block; } }
      @media (min-width: 750px) and (max-width: 1024px) {
        .main.contact .container {
          padding-top: 50px;
          padding-bottom: 50px; }
          .main.contact .container > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.contact .container > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.contact .container > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 50px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  background: #eaeaea;
                  padding: 0 1.2% 0 4%;
                  position: relative; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 16px;
                    color: #333;
                    float: left;
                    line-height: 20px;
                    width: 80%;
                    padding: 15px 0; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 30px;
                    height: 30px;
                    margin-top: -15px;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain;
                    position: absolute;
                    right: 10px;
                    top: 50%; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 14px;
                  color: #666;
                  padding-top: 12px;
                  padding-bottom: 25px;
                  display: none; } }
          @media print and (min-width: 750px) and (max-width: 1024px) {
            .main.contact .container .problem ul li .cont {
              display: block; } }

      @media (min-width: 1024px) and (max-width: 1265px) {
        .main.contact .container {
          padding-top: 50px;
          padding-bottom: 80px; }
          .main.contact .container > .tit {
            width: 100%;
            height: auto;
            text-align: center;
            background: url(../img/tbg.png) no-repeat center center; }
            .main.contact .container > .tit .text {
              font-size: 30px;
              color: #333;
              line-height: 30px; }
            .main.contact .container > .tit .en {
              font-size: 12px;
              color: #666;
              opacity: 0.5;
              line-height: 22px;
              text-align: center;
              font-family: Arial; }
          .main.contact .container .problem {
            width: 100%;
            box-sizing: border-box;
            padding: 50px 20px 0 20px; }
            .main.contact .container .problem ul {
              width: 100%;
              height: auto; }
              .main.contact .container .problem ul li {
                width: 100%;
                height: auto;
                margin-bottom: 7px; }
                .main.contact .container .problem ul li .ti {
                  width: 94.8%;
                  height: auto;
                  position: relative;
                  background: #eaeaea;
                  padding: 0 1.2% 0 4%; }
                  .main.contact .container .problem ul li .ti.open .ico {
                    background: url(../img/jian.png) no-repeat right center;
                    background-size: contain; }
                  .main.contact .container .problem ul li .ti .text {
                    font-size: 16px;
                    color: #333;
                    float: left;
                    line-height: 20px;
                    width: 80%;
                    padding: 15px 0; }
                  .main.contact .container .problem ul li .ti .ico {
                    float: right;
                    width: 30px;
                    height: 30px;
                    margin-top: -15px;
                    background: url(../img/jia.png) no-repeat right center;
                    background-size: contain;
                    position: absolute;
                    right: 10px;
                    top: 50%; }
                .main.contact .container .problem ul li .cont {
                  width: 94.8%;
                  padding: 0 1.2% 0 4%;
                  font-size: 14px;
                  color: #666;
                  padding-top: 12px;
                  padding-bottom: 25px;
                  display: none; } }

.footer {
  width: 100%;
  height: auto; }
  .footer .foot {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    padding-top: 45px;
    padding-bottom: 60px;
    border-bottom: 3px solid #FFB933; }
    .footer .foot .foot_cen {
      height: auto; }
      .footer .foot .foot_cen .logo {
        float: left;
        display: block;
        margin-left: 85px;
        margin-top: 14px;
        margin-right: 85px; }
      .footer .foot .foot_cen .fbar {
        float: left;
        width: 50.5%;
        height: auto;
        border-right: 1px solid #e8e8e8; }
        .footer .foot .foot_cen .fbar ul {
          width: 100%;
          height: auto; }
          .footer .foot .foot_cen .fbar ul li {
            width: 19%;
            height: auto;
            float: left; }
            .footer .foot .foot_cen .fbar ul li a {
              display: block;
              color: #999;
              font-size: 14px;
              line-height: 24px;
              transition: all 0.5s; }
              .footer .foot .foot_cen .fbar ul li a.big {
                color: #333;
                padding-bottom: 5px; }
              @media (min-width: 1024px) {
                .footer .foot .foot_cen .fbar ul li a:hover {
                  color: #FFB933; } }
      .footer .foot .foot_cen .bdsharebuttonbox {
        float: left;
        margin-left: 75px; }
        .footer .foot .foot_cen .bdsharebuttonbox a {
          width: 32px;
          height: 32px; }
        .footer .foot .foot_cen .bdsharebuttonbox .sina {
          background: url(../img/sina.png) no-repeat;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .footer .foot .foot_cen .bdsharebuttonbox .sina:hover {
              background: url(../img/sina2.png) no-repeat; } }
        .footer .foot .foot_cen .bdsharebuttonbox .qq {
          background: url(../img/qq.png) no-repeat;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .footer .foot .foot_cen .bdsharebuttonbox .qq:hover {
              background: url(../img/qq2.png) no-repeat; } }
        .footer .foot .foot_cen .bdsharebuttonbox .wx {
          background: url(../img/wx.png) no-repeat;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .footer .foot .foot_cen .bdsharebuttonbox .wx:hover {
              background: url(../img/wx2.png) no-repeat; } }
        .footer .foot .foot_cen .bdsharebuttonbox .ho {
          background: url(../img/bf.png) no-repeat;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .footer .foot .foot_cen .bdsharebuttonbox .ho:hover {
              background: url(../img/bf2.png) no-repeat; } }
  .footer .copyright {
    width: 100%;
    height: auto;
    background: #989898;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-bottom: 30px; }
    .footer .copyright .co {
      color: #fff;
      padding-top: 16px;
      padding-bottom: 30px;
      opacity: 0.6; }
      .footer .copyright .co a {
        color: #fff; }
        @media (min-width: 1024px) {
          .footer .copyright .co a:hover {
            color: #FFB933; } }
    .footer .copyright p span {
      opacity: 0.6; }
    .footer .copyright p a {
      opacity: 1 !important;
      color: #fff; }
      .footer .copyright p a img {
        opacity: 1 !important;
        margin-left: 15px;
        margin-right: 5px;
        vertical-align: middle; }
      .footer .copyright p a span {
        opacity: 0.6; }
  @media (min-width: 1100px) and (max-width: 1265px) {
    .footer .foot {
      padding-top: 30px;
      padding-bottom: 50px;
      border-bottom: 3px solid #FFB933; }
      .footer .foot .foot_cen {
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .footer .foot .foot_cen .logo {
          margin-left: 75px;
          margin-top: 14px;
          margin-right: 75px; }
        .footer .foot .foot_cen .bdsharebuttonbox {
          float: left;
          margin-left: 23px; }
          .footer .foot .foot_cen .bdsharebuttonbox a {
            width: 32px;
            height: 32px; }
    .footer .copyright {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      height: auto;
      background: #989898;
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .footer .foot {
      padding-top: 30px;
      padding-bottom: 45px;
      border-bottom: 3px solid #FFB933; }
      .footer .foot .foot_cen {
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .footer .foot .foot_cen .logo {
          margin-left: 60px;
          margin-top: 14px;
          margin-right: 60px; }
        .footer .foot .foot_cen .bdsharebuttonbox {
          float: left;
          margin-left: 35px; }
          .footer .foot .foot_cen .bdsharebuttonbox a {
            width: 32px;
            height: 32px; }
    .footer .copyright {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      height: auto;
      background: #989898;
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding-bottom: 30px; } }
  @media (min-width: 375px) and (max-width: 1024px) {
    .footer .foot {
      padding-top: 38px;
      padding-bottom: 35px;
      border-bottom: 3px solid #FFB933; }
      .footer .foot .foot_cen {
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .footer .foot .foot_cen .logo {
          margin-left: 60px;
          margin-top: 14px;
          margin-right: 60px;
          display: none; }
        .footer .foot .foot_cen .fbar {
          display: none; }
        .footer .foot .foot_cen .bdsharebuttonbox {
          float: none;
          text-align: center;
          margin-left: 0px; }
          .footer .foot .foot_cen .bdsharebuttonbox a {
            width: 32px;
            height: 32px;
            float: none;
            display: inline-block; }
    .footer .copyright {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      height: auto;
      background: #989898;
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding-bottom: 30px; } }
  @media (max-width: 415px) {
    .footer .copyright p span {
      opacity: 0.6; }
    .footer .copyright p a {
      opacity: 1 !important;
      color: #fff; } }
  @media (max-width: 415px) and (min-width: 1024px) {
    .footer .copyright p a:hover {
      color: #FFB933; } }
  @media (max-width: 415px) {
      .footer .copyright p a img {
        opacity: 1 !important;
        margin-left: 15px;
        margin-right: 5px;
        vertical-align: middle; }
      .footer .copyright p a span {
        opacity: 0.6; } }
  @media (max-width: 375px) {
    .footer .foot {
      padding-top: 28px;
      padding-bottom: 25px;
      border-bottom: 3px solid #FFB933; }
      .footer .foot .foot_cen {
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .footer .foot .foot_cen .logo {
          margin-left: 60px;
          margin-top: 14px;
          margin-right: 60px;
          display: none; }
        .footer .foot .foot_cen .fbar {
          display: none; }
        .footer .foot .foot_cen .bdsharebuttonbox {
          float: none;
          text-align: center;
          margin-left: 0px; }
          .footer .foot .foot_cen .bdsharebuttonbox a {
            width: 32px;
            height: 32px;
            float: none;
            display: inline-block; }
    .footer .copyright {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      height: auto;
      background: #989898;
      text-align: center;
      font-size: 10px;
      color: #fff;
      padding-bottom: 15px; }
      .footer .copyright p span {
        opacity: 0.6; }
      .footer .copyright p a {
        opacity: 1 !important;
        color: #fff; } }
    @media (max-width: 375px) and (min-width: 1024px) {
      .footer .copyright p a:hover {
        color: #FFB933; } }
  @media (max-width: 375px) {
        .footer .copyright p a img {
          opacity: 1 !important;
          margin-left: 15px;
          margin-right: 5px;
          vertical-align: middle; }
          .footer .copyright p a img.wen {
            width: 30px;
            height: 30px; }
        .footer .copyright p a span {
          opacity: 0.6; } }

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
  padding-left: 0 !important;
  margin: 0 5px 0 5px !important; }

.mnav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0;
  background: #24211d;
  z-index: 20;
  display: none; }
  @media (max-width: 1150px) {
    .mnav {
      top: 77px !important; } }
  @media (max-width: 415px) {
    .mnav {
      top: 57px !important; } }

.mnav ul {
  width: 100%;
  height: auto; }

.mnav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #4f535a; }

.mnav ul li .tits {
  width: 94%;
  padding: 0 3%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #babbbc;
  height: 40px; }

.mnav ul li .tits span {
  float: left; }

.mnav ul li .tits i {
  width: 21px;
  height: 12px;
  display: block;
  float: right;
  background: url("../img/m_down.png") no-repeat;
  margin-top: 14px; }

.mnav ul li dl {
  width: 100%;
  height: auto;
  display: none; }

.mnav ul li dl dd {
  width: 100%;
  height: 40px;
  border-top: 1px solid #4f535a; }

.mnav ul li dl dd a {
  width: 94%;
  height: auto;
  display: block;
  padding: 0 3%; }

.mnav ul li dl dd a span {
  margin-left: 2%;
  font-size: 12px;
  line-height: 40px;
  color: #fff; }

.mnav ul li dl dd a i {
  width: 21px;
  height: 12px;
  display: block;
  float: right;
  background: url("../img/m_down.png") no-repeat;
  margin-top: 15px; }

.mnav ul li.curr .tits i {
  transform: rotate(180deg); }

.swiper-button-next.ne {
  width: 50px;
  height: 50px;
  background: url(../img/next.png) no-repeat;
  background-size: 100% 100%; }

.swiper-button-prev.pr {
  width: 50px;
  height: 50px;
  background: url(../img/prev.png) no-repeat;
  background-size: 100% 100%; }

.nav4 {
  width: 62%;
  height: 100%;
  background: #ffa800;
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 999;
  display: none; }
  .nav4 ul {
    width: 100%;
    height: auto;
    padding-top: 108px; }
    .nav4 ul li {
      width: 57%;
      height: auto;
      margin: 0 12% 4px 31%; }
      .nav4 ul li.cur > a {
        background: url(../img/11.png) no-repeat right center;
        background-size: 16px 9px; }
      .nav4 ul li > a {
        display: inline-block;
        color: #fff;
        padding-right: 25px;
        font-size: 28px;
        color: #fff;
        background: url(../img/12.png) no-repeat right center;
        background-size: 16px 9px; }
      .nav4 ul li .slider {
        width: 100%;
        height: auto;
        display: none;
        padding-bottom: 18px; }
        .nav4 ul li .slider > a {
          display: block;
          color: #fff;
          height: 50px;
          line-height: 50px;
          font-size: 26px;
          border-bottom: 1px solid #fff; }
  .nav4 .ico {
    width: 69%;
    padding-left: 31%;
    height: auto;
    padding-top: 100px; }
    .nav4 .ico .wx {
      font-size: 22px;
      color: #fff;
      margin-right: 12px;
      margin-top: 30px;
      display: block;
      margin-bottom: 30px; }
      .nav4 .ico .wx img {
        width: 36px;
        height: 36px;
        margin-right: 10px; }
    .nav4 .ico .qq {
      font-size: 22px;
      color: #fff;
      margin-right: 12px;
      display: block;
      margin-bottom: 30px; }
      .nav4 .ico .qq img {
        width: 36px;
        height: 36px;
        margin-right: 10px; }
    .nav4 .ico .wb {
      font-size: 22px;
      color: #fff;
      margin-right: 12px;
      display: block;
      margin-bottom: 30px; }
      @media (min-width: 320px) and (max-width: 435px) {
        .nav4 .ico .wb {
          font-size: 11px; } }
      .nav4 .ico .wb img {
        width: 36px;
        height: 36px;
        margin-right: 10px; }
    .nav4 .ico .tel {
      font-size: 22px;
      color: #fff;
      margin-right: 12px;
      display: block; }
      .nav4 .ico .tel img {
        width: 36px;
        height: 36px;
        margin-right: 10px; }
  @media (max-width: 815px) {
    .nav4 {
      display: block; }
      .nav4 ul {
        padding-top: 90px; }
        .nav4 ul li {
          width: 57%;
          height: auto;
          margin: 0 12% 4px 31%; }
          .nav4 ul li > a {
            display: inline-block;
            color: #fff;
            padding-right: 25px;
            font-size: 24px;
            color: #fff;
            background: url(../img/12.png) no-repeat right center;
            background-size: 16px 9px; }
          .nav4 ul li .slider {
            width: 100%;
            height: auto;
            display: none;
            padding-bottom: 18px; }
            .nav4 ul li .slider > a {
              display: block;
              color: #fff;
              height: 40px;
              line-height: 40px;
              font-size: 22px;
              border-bottom: 1px solid #fff; } }
  @media (max-width: 640px) {
    .nav4 {
      display: block; }
      .nav4 ul {
        padding-top: 70px; }
        .nav4 ul li {
          width: 65%;
          height: auto;
          margin: 0 10% 4px 25%; }
          .nav4 ul li > a {
            display: inline-block;
            color: #fff;
            padding-right: 25px;
            font-size: 20px;
            color: #fff;
            background: url(../img/12.png) no-repeat right center;
            background-size: 16px 9px; }
          .nav4 ul li .slider {
            width: 100%;
            height: auto;
            display: none;
            padding-bottom: 18px; }
            .nav4 ul li .slider > a {
              display: block;
              color: #fff;
              height: 40px;
              line-height: 40px;
              font-size: 18px;
              border-bottom: 1px solid #fff; }
      .nav4 .ico {
        width: 69%;
        padding-left: 25%;
        height: auto;
        padding-top: 80px; }
        .nav4 .ico .wx {
          font-size: 20px;
          color: #fff;
          margin-right: 12px;
          margin-top: 20px;
          display: block;
          margin-bottom: 20px; } }
      @media (max-width: 640px) and (min-width: 320px) and (max-width: 435px) {
        .nav4 .ico .wx {
          font-size: 12px; } }
  @media (max-width: 640px) {
          .nav4 .ico .wx img {
            width: 36px;
            height: 36px;
            margin-right: 10px; }
        .nav4 .ico .qq {
          font-size: 20px;
          color: #fff;
          margin-right: 12px;
          display: block;
          margin-bottom: 20px; } }
      @media (max-width: 640px) and (min-width: 320px) and (max-width: 435px) {
        .nav4 .ico .qq {
          font-size: 12px; } }
  @media (max-width: 640px) {
          .nav4 .ico .qq img {
            width: 36px;
            height: 36px;
            margin-right: 10px; }
        .nav4 .ico .wb {
          font-size: 20px;
          color: #fff;
          margin-right: 12px;
          display: block;
          margin-bottom: 20px; } }
      @media (max-width: 640px) and (min-width: 320px) and (max-width: 435px) {
        .nav4 .ico .wb {
          font-size: 11px; } }
  @media (max-width: 640px) {
          .nav4 .ico .wb img {
            width: 36px;
            height: 36px;
            margin-right: 10px; }
        .nav4 .ico .tel {
          font-size: 20px;
          color: #fff;
          margin-right: 12px;
          display: block; } }
      @media (max-width: 640px) and (min-width: 320px) and (max-width: 435px) {
        .nav4 .ico .tel {
          font-size: 12px; } }
  @media (max-width: 640px) {
          .nav4 .ico .tel img {
            width: 36px;
            height: 36px;
            margin-right: 10px; } }
  @media (max-width: 415px) {
    .nav4 {
      display: block; }
      .nav4 ul {
        padding-top: 60px; }
        .nav4 ul li {
          width: 75%;
          height: auto;
          margin: 0 10% 4px 15%; }
          .nav4 ul li > a {
            display: inline-block;
            color: #fff;
            padding-right: 25px;
            font-size: 16px;
            color: #fff;
            background: url(../img/12.png) no-repeat right center;
            background-size: 12.8px 7.2px; }
          .nav4 ul li .slider {
            width: 100%;
            height: auto;
            display: none;
            padding-bottom: 10px; }
            .nav4 ul li .slider > a {
              display: block;
              color: #fff;
              height: 35px;
              line-height: 35px;
              font-size: 14px;
              border-bottom: 1px solid #fff; }
      .nav4 .ico {
        width: 69%;
        padding-left: 15%;
        height: auto;
        padding-top: 80px; }
        .nav4 .ico .wx {
          font-size: 16px;
          color: #fff;
          margin-right: 12px;
          margin-top: 10px;
          display: block;
          margin-bottom: 10px; }
          .nav4 .ico .wx img {
            width: 28.8px;
            height: 28.8px;
            margin-right: 10px; }
        .nav4 .ico .qq {
          font-size: 16px;
          color: #fff;
          margin-right: 12px;
          display: block;
          margin-bottom: 10px; }
          .nav4 .ico .qq img {
            width: 28.8px;
            height: 28.8px;
            margin-right: 10px; }
        .nav4 .ico .wb {
          font-size: 16px;
          color: #fff;
          margin-right: 12px;
          display: block;
          margin-bottom: 10px; }
          .nav4 .ico .wb img {
            width: 28.8px;
            height: 28.8px;
            margin-right: 10px; }
        .nav4 .ico .tel {
          font-size: 16px;
          color: #fff;
          margin-right: 12px;
          display: block; }
          .nav4 .ico .tel img {
            width: 28.8px;
            height: 28.8px;
            margin-right: 10px; } }

body {
  width: 100%;
  position: relative; }

.top {
  width: 60px;
  height: 50px;
  position: fixed;
  right: 40px;
  display: inline-block;
  bottom: 80px;
  z-index: 999;
  text-align: center;
  cursor: pointer; }
  .top .pic {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 41px;
    height: 35px;
    background-image: url(../img/lwx.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 41px auto;
    margin-left: -20.5px;
    animation: move 0.5s forwards linear; }
  .top .go {
    padding-top: 35px; }

/*# sourceMappingURL=style.css.map */
